Skip to content

Commit a62f5da

Browse files
Installer will now Remove User config Files
1 parent f930f7e commit a62f5da

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

scripts/installer.iss

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

44
#define MyAppName "Project Babble"
5-
#define MyAppVersion "2.0.5"
5+
#define MyAppVersion "2.0.7"
66
#define MyAppPublisher "Project Babble Team"
7-
#define MyAppURL "https://github.com/SummerSigh/ProjectBabble/tree/main"
7+
#define MyAppURL "https://github.com/Project-Babble/ProjectBabble"
88
#define MyAppExeName "Babble_App.exe"
99

1010
[Setup]
@@ -20,7 +20,7 @@ AppSupportURL={#MyAppURL}
2020
AppUpdatesURL={#MyAppURL}
2121
DefaultDirName={autopf}\{#MyAppName}
2222
DisableProgramGroupPage=yes
23-
OutputDir=C:\Users\epicm\Desktop\build
23+
OutputDir=C:\Users\epicm\OneDrive\Desktop\build
2424
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2525
;PrivilegesRequired=lowest
2626
OutputBaseFilename=Project_Babble-Setup
@@ -30,6 +30,9 @@ Compression=lzma/ultra64
3030
SolidCompression=yes
3131
WizardStyle=modern
3232

33+
[InstallDelete]
34+
Type: files; Name: "{app}\babble_settings.json"
35+
3336
[Languages]
3437
Name: "english"; MessagesFile: "compiler:Default.isl"
3538

0 commit comments

Comments
 (0)