From 2a76fdbeacc3f03409d50ffccd2fd73f3f29fa9d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 6 Feb 2023 06:32:19 +0100 Subject: installer: update version --- installer/opentrack-installer.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') 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] -- cgit v1.2.3