1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-02-11 14:02:51 +00:00
Funkin/art/build-Itch-HTML.bat

11 lines
247 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-05 22:29:59 +00:00
lime build html5 -final -clean
2020-10-03 19:32:15 +00:00
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