diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-09 12:03:24 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-10 05:01:33 +0200 |
commit | 1aab011b0b9a5438b630774f21536b1e19475454 (patch) | |
tree | e34d3d66d5ed3ce31f8d3c429de381d977f1e099 /installer/opentrack-installer.iss | |
parent | 337985b80be224dcf46b0f9550a0d3524a3392e3 (diff) |
trackhat: update installer
Diffstat (limited to 'installer/opentrack-installer.iss')
-rw-r--r-- | installer/opentrack-installer.iss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index 32b9159c..37d3c394 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -2,8 +2,8 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #include "../build/opentrack-version.hxx" -#define MyAppName "opentrack" -#define MyAppVersion OPENTRACK_VERSION +#define MyAppName "TrackHat opentrack" +#define MyAppVersion "trackhat-opentrack-2.0" #define MyAppPublisher "opentrack" #define MyAppURL "http://github.com/opentrack/opentrack" #define MyAppExeName "opentrack.exe" @@ -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={{40AF7F52-58D3-421D-BB84-ED84EC67126A} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} @@ -20,7 +20,7 @@ AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} -DefaultDirName={pf}\{#MyAppName} +DefaultDirName={commonpf}\{#MyAppName} DefaultGroupName={#MyAppName} AllowNoIcons=yes OutputBaseFilename={#MyAppVersion}-win32-setup @@ -34,7 +34,7 @@ RestartIfNeededByRun=False InternalCompressLevel=ultra CompressionThreads=4 LZMANumFastBytes=273 -MinVersion=0,6 +MinVersion=7.0 [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" |