mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-30 00:20:30 +00:00
Update build-lime-SWITCH.bat
This commit is contained in:
parent
b22fa51330
commit
c1420f33b0
|
@ -1,5 +1,4 @@
|
||||||
@echo off
|
@echo off
|
||||||
color 0a
|
|
||||||
cd ..
|
cd ..
|
||||||
@echo on
|
@echo on
|
||||||
echo REBUILDING LIME FOR EXPORT (VERBOSE)
|
echo REBUILDING LIME FOR EXPORT (VERBOSE)
|
||||||
|
@ -20,7 +19,13 @@ echo HOPE AND PRAY...
|
||||||
color 0a
|
color 0a
|
||||||
@echo on
|
@echo on
|
||||||
echo BUILDING GAME
|
echo BUILDING GAME
|
||||||
lime build switch -release
|
lime build switch -release -final -v
|
||||||
lime deploy switch
|
@echo off
|
||||||
|
color 0e
|
||||||
|
@echo on
|
||||||
|
lime deploy switch -v
|
||||||
|
@echo off
|
||||||
|
color 0b
|
||||||
|
@echo on
|
||||||
echo NSP FILE CREATED
|
echo NSP FILE CREATED
|
||||||
pause
|
pause
|
Loading…
Reference in a new issue