This commit is contained in:
Cameron Taylor
2020-11-01 00:01:00 -07:00
parent cd24092161
commit c7f7a7dff0
4 changed files with 17 additions and 5 deletions

View File

@ -0,0 +1,11 @@
@echo off
color 0a
cd ..
@echo on
echo BUILDING GAME
lime build html5 -release
echo UPLOADING TO ITCH
butler push ./export/release/html5/bin ninja-muffin24/funkin:html5
butler status ninja-muffin24/funkin:html5
echo ITCH SHIT UPDATED LMAOOOOO
pause