mirror of
https://github.com/open-goal/jak-project
synced 2026-05-29 08:43:08 -04:00
8e1c147ad8
* move commonly used scripts to specific folders * fixes * Update test.sh * Update test.sh * Fix file permission
5 lines
138 B
Batchfile
5 lines
138 B
Batchfile
@echo off
|
|
cd ..\..
|
|
out\build\Release\bin\decompiler decompiler\config\jak1_ntsc_black_label.jsonc iso_data\jak1 decompiler_out\jak1
|
|
pause
|