mirror of
https://github.com/open-goal/jak-project
synced 2026-08-07 02:06:59 -04:00
move commonly used scripts to specific folders (#325)
* move commonly used scripts to specific folders * fixes * Update test.sh * Update test.sh * Fix file permission
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\decompiler decompiler\config\jak1_ntsc_black_label.jsonc iso_data\jak1 decompiler_out\jak1
|
||||
pause
|
||||
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\goalc -v
|
||||
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\gk -fakeiso -debug -v
|
||||
@@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
cd ..\..
|
||||
out\build\Release\bin\goalc-test
|
||||
pause
|
||||
Reference in New Issue
Block a user