Fix windows installer version to be less verbose
This commit is contained in:
parent
9dece60391
commit
4e8dbabec5
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#define CFG_VERSION GetEnv("CFG_VERSION")
|
||||
#define CFG_VERSION_WIN GetEnv("CFG_VERSION_WIN")
|
||||
#define CFG_RELEASE GetEnv("CFG_RELEASE")
|
||||
|
||||
|
|
@ -6,7 +5,7 @@
|
|||
|
||||
SetupIconFile=rust-logo.ico
|
||||
AppName=Rust
|
||||
AppVersion={#CFG_VERSION}
|
||||
AppVersion={#CFG_RELEASE}
|
||||
AppCopyright=Copyright (C) 2006-2013 Mozilla Foundation, MIT license
|
||||
AppPublisher=Mozilla Foundation
|
||||
AppPublisherURL=http://www.rust-lang.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue