File tree Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 1414- Add HashMyFiles
1515- Add Threadtear
1616- Add Hollows Hunter
17+ - Add dnSpyEx
18+ - Add Cutter
19+ - Add PE-sieve
1720
1821### Changed
1922
2528- Fix update via last commit regex
2629- Delete NFO-Tools sub folder
2730- Change project structure
28-
29- ### Removed
30-
31- - Drop RDG Packer Detector (replaced by DIE)
32- - Drop HashCalc (replaced by HashMyFiles)
33- - Drop Process Hacker 2 (replaced by Process Hacker 3)
34-
35- ## 2022.2 - Feb 2, 2022
36-
37- ### Added
38-
39- - Add dnSpyEx
40- - Add Cutter
41- - Add PE-sieve
42-
43- ### Changed
44-
4531- Update tools (05/02/2022)
4632- Fix Process Hacker 3 regex
4733- Fix APKEasyTool updater config
5036
5137### Removed
5238
39+ - Drop RDG Packer Detector (replaced by DIE)
40+ - Drop HashCalc (replaced by HashMyFiles)
41+ - Drop Process Hacker 2 (replaced by Process Hacker 3)
5342- Drop dnSpy support (replaced by dnSpyEx)
5443
5544## 2021.10 - Oct 23, 2021
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Name: "extras\choco"; Description: "Install Chocolatey package manager"; ExtraDi
4444Source : " {#MySrcDir}\bin\choco\*" ; DestDir : " {#MyAppBinsFolder}\choco" ; Components : " extras\choco" ; Flags : ignoreversion recursesubdirs createallsubdirs ;
4545
4646[Run]
47- Filename : " {#MyAppBinsFolder}\choco\installChocolatey.cmd" ; Components : " extras\choco or extras\javase or extras\python or decompilers\ghidra " ; Flags : shellexec waituntilterminated ;
47+ Filename : " {#MyAppBinsFolder}\choco\installChocolatey.cmd" ; Components : " extras\choco or extras\javase or extras\python" ; Flags : shellexec waituntilterminated ;
4848
4949
5050
Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " Indetectables Toolkit"
5- #define MyAppVersion " 2022.3 "
5+ #define MyAppVersion " 2022.2 "
66#define MyAppPublisher " Indetectables"
77#define MyAppURL " https://www.indetectables.net/"
88#define MyAppToolsFolder " {app} \toolkit"
@@ -87,7 +87,7 @@ Source: "{#MySrcDir}\*.md"; Destdir: "{app}";
8787
8888; Assets
8989[Files]
90- Source : " {#MySrcDir}\assets\*" ; Destdir : " {app} \assets\" ;
90+ Source : " {#MySrcDir}\assets\icons\ *" ; Destdir : " {app} \assets\icons \" ;
9191
9292
9393; Shortcut to program's folder
You can’t perform that action at this time.
0 commit comments