Skip to content

Commit

Permalink
Fix windows installer version to be less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jan 9, 2014
1 parent 9dece60 commit 4e8dbab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/etc/pkg/rust.iss
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#define CFG_VERSION GetEnv("CFG_VERSION")
#define CFG_VERSION_WIN GetEnv("CFG_VERSION_WIN")
#define CFG_RELEASE GetEnv("CFG_RELEASE")

[Setup]

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
Expand Down

0 comments on commit 4e8dbab

Please sign in to comment.