Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit 3540986

Browse files
committed
Upgrade version in setup
1 parent fcd3e86 commit 3540986

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inno-setup/scct.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "StarCraft Casting Tool"
5-
#define MyAppVersion "2.10.2"
6-
#define MyDataVersion "2.10.0"
5+
#define MyAppVersion "2.11.0"
6+
#define MyDataVersion "2.11.0"
77
#define MyAppPublisher "team pheeniX"
88
#define MyAppURL "https://teampheenix.github.io/StarCraft-Casting-Tool/"
99
#define MyAppExeName "StarCraft-Casting-Tool.exe"
@@ -65,7 +65,7 @@ procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);
6565
begin
6666
if CurUninstallStep = usPostUninstall then
6767
begin
68-
if MsgBox('Do you want to delete StarCraft Casting Tool`s profile data?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDYES then
68+
if MsgBox('Do you want to delete StarCraft Casting Tool´s profile data?', mbConfirmation, MB_YESNO or MB_DEFBUTTON2) = IDYES then
6969
//this is the msg that will display after uninstall,change is as you prefer
7070
begin
7171
DelTree(ExpandConstant('{localappdata}\team pheeniX\StarCraft-Casting-Tool'), True, True, True);

0 commit comments

Comments
 (0)