File tree 5 files changed +15
-8
lines changed
5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## 2022.12.1 - Dec 29, 2022
5
+
6
+ ### Changed
7
+
8
+ - Fix updater config
9
+
10
+
4
11
## 2022.12 - Dec 27, 2022
5
12
6
13
### Added
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Name: "{userdesktop}\{#MyAppName}\Toolkit Updater"; Filename: "{#MyAppBinsFolder
13
13
14
14
; Fix default update config
15
15
[INI]
16
- Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: Updater ; Key: disable_clean; String : True; Components : " updater\main" ;
17
- Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: Updater ; Key: disable_repack; String : True; Components : " updater\main" ;
16
+ Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig ; Key: disable_clean; String : True; Components : " updater\main" ;
17
+ Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig ; Key: disable_repack; String : True; Components : " updater\main" ;
18
18
19
19
; Clean dont selected tools in tools.ini
20
20
[Run]
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 " Indetectables Toolkit Lite"
5
- #define MyAppVersion " 2022.12"
5
+ #define MyAppVersion " 2022.12.1 "
6
6
#define MyAppPublisher " Indetectables"
7
7
#define MyAppURL " https://www.indetectables.net/"
8
8
#define MyAppToolsFolder " {app} \toolkit"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Name: "{userdesktop}\{#MyAppName}\Toolkit Updater"; Filename: "{#MyAppBinsFolder
13
13
14
14
; Fix default update config
15
15
[INI]
16
- Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: Updater ; Key: disable_clean; String : True; Components : " updater\main" ;
17
- Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: Updater ; Key: disable_repack; String : True; Components : " updater\main" ;
16
+ Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig ; Key: disable_clean; String : True; Components : " updater\main" ;
17
+ Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig ; Key: disable_repack; String : True; Components : " updater\main" ;
18
18
19
19
; Clean dont selected tools in tools.ini
20
20
[Run]
Original file line number Diff line number Diff line change 3
3
4
4
#define MyAppName " Indetectables Toolkit Extras: Ghidra"
5
5
#define MyAppNameOriginal " Indetectables Toolkit"
6
- #define MyAppVersion " 2022.12"
6
+ #define MyAppVersion " 2022.12.1 "
7
7
#define MyAppPublisher " Indetectables"
8
8
#define MyAppURL " https://www.indetectables.net/"
9
9
#define MyAppToolsFolder " {app} \toolkit"
@@ -66,8 +66,8 @@ Name: "{userdesktop}\{#MyAppNameOriginal}\Toolkit Updater"; Filename: "{#MyAppBi
66
66
67
67
; Fix default update config
68
68
[INI]
69
- Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: Updater ; Key: disable_clean; String : True; Components : " updater\main" ;
70
- Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: Updater ; Key: disable_repack; String : True; Components : " updater\main" ;
69
+ Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig ; Key: disable_clean; String : True; Components : " updater\main" ;
70
+ Filename : {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig ; Key: disable_repack; String : True; Components : " updater\main" ;
71
71
72
72
73
73
You can’t perform that action at this time.
0 commit comments