Skip to content

Commit f4a94a4

Browse files
committed
Release 2022.2
1 parent 5c29b83 commit f4a94a4

File tree

3 files changed

+9
-20
lines changed

3 files changed

+9
-20
lines changed

CHANGELOG.md

+6-17
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
- Add HashMyFiles
1515
- Add Threadtear
1616
- Add Hollows Hunter
17+
- Add dnSpyEx
18+
- Add Cutter
19+
- Add PE-sieve
1720

1821
### Changed
1922

@@ -25,23 +28,6 @@
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
@@ -50,6 +36,9 @@
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

bin/installer/sections/extras.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Name: "extras\choco"; Description: "Install Chocolatey package manager"; ExtraDi
4444
Source: "{#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

bin/installer/setup.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)