diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-06 06:32:19 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-06 06:32:19 +0100 |
commit | 2a76fdbeacc3f03409d50ffccd2fd73f3f29fa9d (patch) | |
tree | 068ddbae56f62d3718c0c6dfe038c1d58679fb4a | |
parent | 646644e68bff13289436ba0e1e960c54ef551a4c (diff) |
installer: update version
-rw-r--r-- | 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 d32e7391..469192f7 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -3,7 +3,7 @@ #include "../build/opentrack-version.hxx" #define MyAppName "TrackHat opentrack v3" -#define MyAppVersion "TrackHat opentrack v3.0" +#define MyAppVersion "TrackHat opentrack v3.0b" #define MyAppPublisher "TrackHat" #define MyAppURL "http://github.com/opentrack/opentrack" #define MyAppExeName "opentrack.exe" @@ -49,6 +49,6 @@ Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon [Run] -Filename: "{app}\{#MyAppExeName}"; Flags: nowait postinstall skipifsilent; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; +Filename: "{app}\{#MyAppExeName}"; Flags: nowait postinstall skipifsilent; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; [Code] |