Skip to content

Commit

Permalink
Fix ghidra install
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze authored Dec 2, 2024
1 parent 740cd84 commit e61676e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/ghidra/installer/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Filename: "{sd}\ProgramData\chocolatey\bin\choco.exe"; Parameters: "install -y t
;;;;;;;;;;;;;;;;;;;;;;;;
[Run]
; Install Ghidra in toolkit
Filename: "{#MyAppBinsFolder}\updater\updater.exe"; Parameters: "-f -u Ghidra -dic"; Flags: shellexec waituntilterminated;
Filename: "{#MyAppBinsFolder}\updater\updater.exe"; Parameters: "-f -u Ghidra -dic -dsu"; Flags: shellexec waituntilterminated;
; Configure installed tools in updater
Filename: "{#MyAppBinsFolder}\updater\bin\auto-config-ini.exe"; Parameters: "/FOLDER={#MyAppBinsFolder}\updater /TYPE=clean"; Flags: runhidden;
Expand Down

0 comments on commit e61676e

Please sign in to comment.