Funkin/art/build-Itch-HTML-RELEASE.bat

11 lines
246 B
Batchfile
Raw Normal View History

2020-11-01 07:01:00 +00:00
@echo off
color 0a
cd ..
@echo on
echo BUILDING GAME
2020-12-06 21:52:26 +00:00
lime build html5 -final
2020-11-01 07:01:00 +00:00
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