diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-23 20:55:42 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-05 14:57:31 +0200 |
commit | 5f0c232900901ba0c1aef6d279e5590eea53ac54 (patch) | |
tree | 3ddff7555574df0fff826e362a9d5511e5c2a5bd /installer | |
parent | 0a76a2f7d38931cac4e8106b08a26126cb4aa655 (diff) |
trackhat: add installer entry
Diffstat (limited to 'installer')
-rw-r--r-- | 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 7bb5ced1..bdbcda1b 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} |