Skip to content

Commit

Permalink
Update ghidra-setup.iss
Browse files Browse the repository at this point in the history
  • Loading branch information
xchwarze committed Dec 27, 2022
1 parent 59ec39c commit 2983df2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extras/ghidra-setup.iss
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Indetectables Toolkit Extras Ghidra"
#define MyAppName "Indetectables Toolkit Extras: Ghidra"
#define MyAppNameOriginal "Indetectables Toolkit"
#define MyAppVersion "2022.10"
#define MyAppVersion "2022.12"
#define MyAppPublisher "Indetectables"
#define MyAppURL "https://www.indetectables.net/"
#define MyAppToolsFolder "{app}\toolkit"
#define MyAppBinsFolder "{app}\bin"
#define MyAppToolsIconsFolder "{app}\assets\icons"
#define MySrcDir "C:\code\toolkit"
#define MyOutputDir "C:\code"
#define MySrcDir "C:\Users\DSR\Documents\GitHub\toolkit"
#define MyOutputDir "C:\Users\DSR\Documents\GitHub"

[Setup]
AppId={{3F02E24E-404C-415F-A360-C52C612E5127}
Expand Down

0 comments on commit 2983df2

Please sign in to comment.