diff options
author | mm0zct <the_cartographer@hotmail.com> | 2013-10-21 21:14:05 +0100 |
---|---|---|
committer | mm0zct <the_cartographer@hotmail.com> | 2013-10-21 21:14:05 +0100 |
commit | bfcfdb8827507de1091d6b92081a78eb8e4df9da (patch) | |
tree | 2bc5dc67bfac87ae84009e0f16d2b0f36510a4e5 /installer | |
parent | 726875b0b40f8a43ae5ca763667dc707e84f39aa (diff) | |
parent | 732644b87e4fbc999170d13f6cda179113d3940b (diff) |
Merge branch 'master' of https://github.com/opentrack/opentrack into feature/tracker_hotkeys
Conflicts:
TODO.txt
Diffstat (limited to 'installer')
-rw-r--r-- | installer/opentrack-installer.iss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index dc6e624b..60d9963b 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "opentrack"
-#define MyAppVersion "2.0a3"
+#define MyAppVersion "2.0a4"
#define MyAppPublisher "opentrack"
#define MyAppURL "http://github.com/opentrack/opentrack"
#define MyAppExeName "opentrack.exe"
@@ -23,7 +23,7 @@ DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName}
AllowNoIcons=yes
OutputBaseFilename=opentrack-setup-{#MyAppVersion}
-SetupIconFile=C:\Users\Administrator\SDK\opentrack\facetracknoir\facetracknoir.ico
+SetupIconFile=d:\opentrack-win32-sdk\opentrack\facetracknoir\facetracknoir.ico
Compression=lzma/ultra64
SolidCompression=yes
DisableWelcomePage=True
@@ -41,7 +41,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl" Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
-Source: "C:\Users\Administrator\SDK\opentrack\install\*"; DestDir: "{app}"; Flags: ignoreversion createallsubdirs recursesubdirs
+Source: "d:\opentrack-win32-sdk\opentrack\build\install\*"; DestDir: "{app}"; Flags: ignoreversion createallsubdirs recursesubdirs
[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
|