Skip to content

Commit

Permalink
update CyberChef
Browse files Browse the repository at this point in the history
  • Loading branch information
merces committed Sep 27, 2021
1 parent 3e14066 commit a29627b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/installer/utilities/cyberchef.iss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
; v9.28.0
; v9.32.3
; https://gchq.github.io/CyberChef/

[Components]
Name: "utilities\cyberchef"; Description: "CyberChef"; Types: full;
Expand All @@ -7,5 +8,5 @@ Name: "utilities\cyberchef"; Description: "CyberChef"; Types: full;
Source: "{#MySrcDir}\utilities\cyberchef\*"; DestDir: "{app}\cyberchef"; Components: "utilities\cyberchef"; Flags: ignoreversion recursesubdirs createallsubdirs

[Icons]
Name: "{group}\{#MyAppName}\CyberChef"; Filename: "{app}\cyberchef\CyberChef_v9.28.0.html"; WorkingDir: "{app}\cyberchef"; Components: "utilities\cyberchef"
Name: "{app}\sendto+\sendto\Utilities\CyberChef"; Filename: "{app}\cyberchef\CyberChef_v9.28.0.html"; WorkingDir: "{app}\cyberchef"; Components: "utilities\cyberchef"
Name: "{group}\{#MyAppName}\CyberChef"; Filename: "{app}\cyberchef\CyberChef_v9.32.3.html"; WorkingDir: "{app}\cyberchef"; Components: "utilities\cyberchef"
Name: "{app}\sendto+\sendto\Utilities\CyberChef"; Filename: "{app}\cyberchef\CyberChef_v9.32.3.html"; WorkingDir: "{app}\cyberchef"; Components: "utilities\cyberchef"

0 comments on commit a29627b

Please sign in to comment.