This repository was archived by the owner on Nov 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#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"
7
7
#define MyAppPublisher " team pheeniX"
8
8
#define MyAppURL " https://teampheenix.github.io/StarCraft-Casting-Tool/"
9
9
#define MyAppExeName " StarCraft-Casting-Tool.exe"
@@ -65,7 +65,7 @@ procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);
65
65
begin
66
66
if CurUninstallStep = usPostUninstall then
67
67
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
69
69
// this is the msg that will display after uninstall,change is as you prefer
70
70
begin
71
71
DelTree(ExpandConstant(' {localappdata}\team pheeniX\StarCraft-Casting-Tool' ), True, True, True);
You can’t perform that action at this time.
0 commit comments