Added a check for hs.app before processing
This commit is contained in:
parent
69ff2beff3
commit
677264a6c6
1 changed files with 1 additions and 1 deletions
2
go.bat
2
go.bat
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
for %%x in (input\*.cia) do call tools\process.bat %%x input\hs.app
|
||||
if exist input\hs.app (for %%x in (input\*.cia) do call tools\process.bat %%x input\hs.app) else (echo [!] hs.app not found, use Decrypt9 to dump it on your 3DS)
|
||||
pause
|
||||
|
|
Loading…
Reference in a new issue