Skip to content

Commit e749e1b

Browse files
committed
fixed typo
1 parent 27a8cd4 commit e749e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ echo "[+] Patching gradle script for FlatLaf"
2020

2121
#flatlaf
2222
echo "[+] Patching ARM decompiler callback"
23-
. ../scripts/patchFlatLaf.sh
23+
. ../scripts/patchArm.sh
2424

2525
#Processors Manuals
2626
echo "[+] Downloading ARM processor Manual"

Diff for: scripts/patchArm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
patch ./Ghidra/Features/Decompiler/src/main/java/ghidra/app/decompiler/DecompileCallback.java ../patch/armfix.patch
2+
patch ./Ghidra/Features/Decompiler/src/main/java/ghidra/app/decompiler/DecompileCallback.java ../patch/armfix.patch

0 commit comments

Comments
 (0)