mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-07 23:34:46 +00:00
26 lines
392 B
Batchfile
26 lines
392 B
Batchfile
|
@echo off
|
||
|
color 0a
|
||
|
cd ..
|
||
|
@echo on
|
||
|
echo REBUILDING LIME FOR EXPORT (VERBOSE)
|
||
|
@echo off
|
||
|
color 0b
|
||
|
@echo on
|
||
|
lime rebuild windows -clean -v
|
||
|
@echo off
|
||
|
color 0a
|
||
|
@echo on
|
||
|
lime rebuild switch -clean -v
|
||
|
@echo off
|
||
|
color 0e
|
||
|
@echo on
|
||
|
lime rebuild tools -clean -v
|
||
|
echo HOPE AND PRAY...
|
||
|
@echo off
|
||
|
color 0a
|
||
|
@echo on
|
||
|
echo BUILDING GAME
|
||
|
lime build switch -release
|
||
|
lime deploy switch
|
||
|
echo NSP FILE CREATED
|
||
|
pause
|