Skip to content

Commit

Permalink
rollup merge of rust-lang#17573 : iliekturtles/17570-windows-installe…
Browse files Browse the repository at this point in the history
…r-path
  • Loading branch information
alexcrichton committed Sep 29, 2014
2 parents 00009f9 + 35f5a67 commit 757fa6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etc/pkg/rust.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
SetupIconFile=rust-logo.ico
AppName=Rust
AppVersion={#CFG_RELEASE}
AppCopyright=Copyright (C) 2006-2013 Mozilla Foundation, MIT license
AppCopyright=Copyright (C) 2006-2014 Mozilla Foundation, MIT license
AppPublisher=Mozilla Foundation
AppPublisherURL=http://www.rust-lang.org
VersionInfoVersion={#CFG_VERSION_WIN}
Expand Down Expand Up @@ -43,7 +43,7 @@ Source: "tmp/dist/win/*.*" ; DestDir: "{app}"; Flags: ignoreversion recursesubdi
[Code]
const
ModPathName = 'modifypath';
ModPathType = 'user';
ModPathType = 'system';
function ModPathDir(): TArrayOfString;
begin
Expand Down

0 comments on commit 757fa6f

Please sign in to comment.