Create build-lime-SWITCH.bat

This commit is contained in:
Brandon 2020-11-01 15:28:54 -05:00
parent 5fa4bc458e
commit 8248843722
1 changed files with 26 additions and 0 deletions

26
art/build-lime-SWITCH.bat Normal file
View File

@ -0,0 +1,26 @@
@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