From 2b143a2cea018f6c62800fcb931cc950853728c7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 6 Oct 2015 05:33:29 +0200 Subject: un-bitrot installer support Issue: #229 --- installer/opentrack-installer.iss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 installer/opentrack-installer.iss (limited to 'installer/opentrack-installer.iss') diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss old mode 100644 new mode 100755 index cf0ebec6..7a16edfe --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -1,7 +1,7 @@ ; 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" +#include "../build/opentrack-version.h" #define MyAppName "opentrack" #define MyAppVersion OPENTRACK_VERSION #define MyAppPublisher "opentrack" @@ -32,7 +32,7 @@ DisableReadyPage=True DisableReadyMemo=True RestartIfNeededByRun=False InternalCompressLevel=ultra -CompressionThreads=2 +CompressionThreads=4 MinVersion=0,5.01sp2 [Languages] @@ -42,7 +42,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}" -- cgit v1.2.3