Funkin/art/build-Itch-HTML.bat

11 lines
240 B
Batchfile
Raw Normal View History

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