diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-27 10:27:47 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-27 10:27:47 +0100 |
commit | 5fec54ce3a506f14f64224c3935c0b13b7512ab1 (patch) | |
tree | ef4ffe42a66a98270b2213dc2cf8803215033bf1 | |
parent | 484a705e0daf95c95679ad7599278f102f1fe558 (diff) |
update installer
-rw-r--r-- | installer/opentrack-installer.iss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index 7bb5ced1..abacfa5b 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -2,9 +2,9 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #include "../build/opentrack-version.hxx" -#define MyAppName "opentrack" -#define MyAppVersion OPENTRACK_VERSION -#define MyAppPublisher "opentrack" +#define MyAppName "TrackHat opentrack V3" +#define MyAppVersion "TrackHat opentrack V3.0" +#define MyAppPublisher "TrackHat" #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={{B12AD35E-8D24-4BC3-8F9B-72A19BD41326} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} |