diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e9f09..6cbd35c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## 2022.12.1 - Dec 29, 2022 + +### Changed + +- Fix updater config + + ## 2022.12 - Dec 27, 2022 ### Added diff --git a/bin/installer/lite/sections/updater.iss b/bin/installer/lite/sections/updater.iss index 0fc73a3..c5af8ef 100644 --- a/bin/installer/lite/sections/updater.iss +++ b/bin/installer/lite/sections/updater.iss @@ -13,8 +13,8 @@ Name: "{userdesktop}\{#MyAppName}\Toolkit Updater"; Filename: "{#MyAppBinsFolder ; Fix default update config [INI] -Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: Updater; Key: disable_clean; String: True; Components: "updater\main"; -Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: Updater; Key: disable_repack; String: True; Components: "updater\main"; +Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig; Key: disable_clean; String: True; Components: "updater\main"; +Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig; Key: disable_repack; String: True; Components: "updater\main"; ; Clean dont selected tools in tools.ini [Run] diff --git a/bin/installer/lite/setup.iss b/bin/installer/lite/setup.iss index be78ff8..ff50d28 100644 --- a/bin/installer/lite/setup.iss +++ b/bin/installer/lite/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Indetectables Toolkit Lite" -#define MyAppVersion "2022.12" +#define MyAppVersion "2022.12.1" #define MyAppPublisher "Indetectables" #define MyAppURL "https://www.indetectables.net/" #define MyAppToolsFolder "{app}\toolkit" diff --git a/bin/installer/sections/updater.iss b/bin/installer/sections/updater.iss index 0fc73a3..c5af8ef 100644 --- a/bin/installer/sections/updater.iss +++ b/bin/installer/sections/updater.iss @@ -13,8 +13,8 @@ Name: "{userdesktop}\{#MyAppName}\Toolkit Updater"; Filename: "{#MyAppBinsFolder ; Fix default update config [INI] -Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: Updater; Key: disable_clean; String: True; Components: "updater\main"; -Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: Updater; Key: disable_repack; String: True; Components: "updater\main"; +Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig; Key: disable_clean; String: True; Components: "updater\main"; +Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig; Key: disable_repack; String: True; Components: "updater\main"; ; Clean dont selected tools in tools.ini [Run] diff --git a/extras/ghidra-setup.iss b/extras/ghidra-setup.iss index cdbcf6f..2710d75 100644 --- a/extras/ghidra-setup.iss +++ b/extras/ghidra-setup.iss @@ -3,7 +3,7 @@ #define MyAppName "Indetectables Toolkit Extras: Ghidra" #define MyAppNameOriginal "Indetectables Toolkit" -#define MyAppVersion "2022.12" +#define MyAppVersion "2022.12.1" #define MyAppPublisher "Indetectables" #define MyAppURL "https://www.indetectables.net/" #define MyAppToolsFolder "{app}\toolkit" @@ -66,8 +66,8 @@ Name: "{userdesktop}\{#MyAppNameOriginal}\Toolkit Updater"; Filename: "{#MyAppBi ; Fix default update config [INI] -Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: Updater; Key: disable_clean; String: True; Components: "updater\main"; -Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: Updater; Key: disable_repack; String: True; Components: "updater\main"; +Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig; Key: disable_clean; String: True; Components: "updater\main"; +Filename: {#MyAppBinsFolder}\updater\tools.ini; Section: UpdaterConfig; Key: disable_repack; String: True; Components: "updater\main";