diff options
Diffstat (limited to 'installer/opentrack-installer.iss')
-rwxr-xr-x | installer/opentrack-installer.iss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index 7a16edfe..345fda72 100755 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -1,8 +1,8 @@ ; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! +#define MyAppName "TrackHat opentrack" #include "../build/opentrack-version.h" -#define MyAppName "opentrack" #define MyAppVersion OPENTRACK_VERSION #define MyAppPublisher "opentrack" #define MyAppURL "http://github.com/opentrack/opentrack" @@ -23,7 +23,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 |