1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-28 21:19:27 +00:00
Funkin/art/build-Itch-HTML.bat

11 lines
246 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-23 23:12:38 +00:00
butler push ./export/release/html5/bin ninja-muffin24/funkin:html5
butler status ninja-muffin24/funkin:html5
2020-10-03 19:32:15 +00:00
echo ITCH SHIT UPDATED LMAOOOOO
pause