mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 06:53:45 -04:00
scripts: adjust fix Taskfile recipes to work with recent changes (#1136)
This commit is contained in:
+6
-2
@@ -17,11 +17,15 @@ tasks:
|
||||
env:
|
||||
OPENGOAL_DECOMP_DIR: "jak1/"
|
||||
cmds:
|
||||
# (mi) | (test-play)
|
||||
- ./out/build/Release/bin/goalc.exe
|
||||
repl-lt:
|
||||
env:
|
||||
OPENGOAL_DECOMP_DIR: "jak1/"
|
||||
cmds:
|
||||
- ./out/build/Release/bin/goalc.exe -auto-lt
|
||||
decomp:
|
||||
cmds:
|
||||
- ./out/build/Release/bin/decompiler.exe "./decompiler/config/jak1_ntsc_black_label.jsonc" "./iso_data/jak1" "./decompiler_out/jak1"
|
||||
- ./out/build/Release/bin/decompiler.exe "./decompiler/config/jak1_ntsc_black_label.jsonc" "./iso_data" "./decompiler_out"
|
||||
decomp-clean:
|
||||
cmds:
|
||||
- rm ./decompiler_out/**/*.asm
|
||||
|
||||
Reference in New Issue
Block a user