diff options
Diffstat (limited to 'installer/opentrack-installer.iss')
| -rwxr-xr-x | 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 65a1ff93..2d84b425 100755 --- 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!  #include "../build/opentrack-version.h" -#define MyAppName "opentrack" +#define MyAppName "TrackHat opentrack"  #define MyAppVersion OPENTRACK_VERSION  #define MyAppPublisher "opentrack"  #define MyAppURL "http://github.com/opentrack/opentrack" @@ -12,7 +12,7 @@  ; NOTE: The value of AppId uniquely identifies this application.  ; Do not use the same AppId value in installers for other applications.  ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{63F53541-A29E-4B53-825A-9B6F876A2BD6} +AppId={{E82E655F-BB38-403A-9883-7B01A9F2CBA6}  AppName={#MyAppName}  AppVersion={#MyAppVersion}  ;AppVerName={#MyAppName} {#MyAppVersion} @@ -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  | 
