summaryrefslogtreecommitdiffhomepage
path: root/installer
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-10-06 02:16:33 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-10-06 02:18:37 +0200
commit5f381c2cbd2349e23427680907f3cda64729e42c (patch)
tree7ec0cd55d4d47e4a7a0a832ea49df4aa4686ab46 /installer
parent1f66265ba2e6c306ba6d3641b0b78eefa5e6d1a3 (diff)
update installer
Diffstat (limited to 'installer')
-rw-r--r--installer/opentrack-installer.iss11
1 files changed, 5 insertions, 6 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss
index cf0ebec6..db8dc85e 100644
--- a/installer/opentrack-installer.iss
+++ b/installer/opentrack-installer.iss
@@ -1,9 +1,8 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
-#include "../build-mingw-w64/opentrack-version.h"
-#define MyAppName "opentrack"
-#define MyAppVersion OPENTRACK_VERSION
+#define MyAppName "TrackHat opentrack"
+#define MyAppVersion "trackhat-1.1"
#define MyAppPublisher "opentrack"
#define MyAppURL "http://github.com/opentrack/opentrack"
#define MyAppExeName "opentrack.exe"
@@ -23,7 +22,7 @@ AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes
-OutputBaseFilename={#MyAppVersion}-win32-setup
+OutputBaseFilename={#MyAppVersion}-setup
SetupIconFile=..\facetracknoir\facetracknoir.ico
Compression=lzma2/ultra64
SolidCompression=yes
@@ -32,7 +31,7 @@ DisableReadyPage=True
DisableReadyMemo=True
RestartIfNeededByRun=False
InternalCompressLevel=ultra
-CompressionThreads=2
+CompressionThreads=4
MinVersion=0,5.01sp2
[Languages]
@@ -42,7 +41,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
[Files]
-Source: "..\build-mingw-w64\install\*"; DestDir: "{app}"; Flags: ignoreversion createallsubdirs recursesubdirs
+Source: "..\build\install\*"; DestDir: "{app}"; Flags: ignoreversion createallsubdirs recursesubdirs
[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"