Skip to content

Commit 2983df2

Browse files
committed
Update ghidra-setup.iss
1 parent 59ec39c commit 2983df2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extras/ghidra-setup.iss

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define MyAppName "Indetectables Toolkit Extras Ghidra"
4+
#define MyAppName "Indetectables Toolkit Extras: Ghidra"
55
#define MyAppNameOriginal "Indetectables Toolkit"
6-
#define MyAppVersion "2022.10"
6+
#define MyAppVersion "2022.12"
77
#define MyAppPublisher "Indetectables"
88
#define MyAppURL "https://www.indetectables.net/"
99
#define MyAppToolsFolder "{app}\toolkit"
1010
#define MyAppBinsFolder "{app}\bin"
1111
#define MyAppToolsIconsFolder "{app}\assets\icons"
12-
#define MySrcDir "C:\code\toolkit"
13-
#define MyOutputDir "C:\code"
12+
#define MySrcDir "C:\Users\DSR\Documents\GitHub\toolkit"
13+
#define MyOutputDir "C:\Users\DSR\Documents\GitHub"
1414

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

0 commit comments

Comments
 (0)