Funkin/art/build-Itch-HTML.bat

11 lines
244 B
Batchfile
Raw Normal View History

2020-10-03 19:32:15 +00:00
@echo off
color 0a
cd ..
@echo on
echo BUILDING GAME
2020-10-23 23:12:38 +00:00
lime build html5 -debug
2020-10-03 19:32:15 +00:00
echo UPLOADING TO ITCH
2020-10-24 09:36:50 +00:00
butler push ./export/debug/html5/bin ninja-muffin24/funkin:html5
2020-10-23 23:12:38 +00:00
butler status ninja-muffin24/funkin:html5
2020-10-03 19:32:15 +00:00
echo ITCH SHIT UPDATED LMAOOOOO
pause