Skip to content

Commit 4e8dbab

Browse files
committed
Fix windows installer version to be less verbose
1 parent 9dece60 commit 4e8dbab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/etc/pkg/rust.iss

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
#define CFG_VERSION GetEnv("CFG_VERSION")
21
#define CFG_VERSION_WIN GetEnv("CFG_VERSION_WIN")
32
#define CFG_RELEASE GetEnv("CFG_RELEASE")
43

54
[Setup]
65

76
SetupIconFile=rust-logo.ico
87
AppName=Rust
9-
AppVersion={#CFG_VERSION}
8+
AppVersion={#CFG_RELEASE}
109
AppCopyright=Copyright (C) 2006-2013 Mozilla Foundation, MIT license
1110
AppPublisher=Mozilla Foundation
1211
AppPublisherURL=http://www.rust-lang.org

0 commit comments

Comments
 (0)