Advertisement
Guest User

5-build-cia.bat

a guest
Nov 7th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. @echo off
  2. echo.
  3. echo Creating your CIA, please wait!
  4. echo.
  5. echo ----------- MakeROM Output -----------
  6. echo.
  7. cd workdir..\makerom -f cia -rsf cia.rsf -target t -desc app:4 -v -icon icon.bin -banner banner.bin -exefslogo -code code.bin -exheader decrypted_exheader.bin -romfs decrypted_romfs.bin -content manual.cfa:1:1 -o Install.cia
  8. echo.
  9. echo --------------------------------------
  10. echo.
  11. echo Finished! Look for Install.cia in your workdir folder!
  12. echo.
  13. echo If something went wrong, fix it!
  14. echo.
  15. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement