File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-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 " Project Babble"
5
- #define MyAppVersion " 2.0.5 "
5
+ #define MyAppVersion " 2.0.7 "
6
6
#define MyAppPublisher " Project Babble Team"
7
- #define MyAppURL " https://github.com/SummerSigh /ProjectBabble/tree/main "
7
+ #define MyAppURL " https://github.com/Project-Babble /ProjectBabble"
8
8
#define MyAppExeName " Babble_App.exe"
9
9
10
10
[Setup]
@@ -20,7 +20,7 @@ AppSupportURL={#MyAppURL}
20
20
AppUpdatesURL = {#MyAppURL}
21
21
DefaultDirName = {autopf}\{#MyAppName }
22
22
DisableProgramGroupPage = yes
23
- OutputDir = C:\Users\epicm\Desktop\build
23
+ OutputDir = C:\Users\epicm\OneDrive\ Desktop\build
24
24
; Uncomment the following line to run in non administrative install mode (install for current user only.)
25
25
;PrivilegesRequired=lowest
26
26
OutputBaseFilename = Project_Babble-Setup
@@ -30,6 +30,9 @@ Compression=lzma/ultra64
30
30
SolidCompression = yes
31
31
WizardStyle = modern
32
32
33
+ [InstallDelete]
34
+ Type : files ; Name : " {app} \babble_settings.json"
35
+
33
36
[Languages]
34
37
Name : " english" ; MessagesFile : " compiler:Default.isl"
35
38
You can’t perform that action at this time.
0 commit comments