1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-07-10 03:37:13 +00:00
Funkin/art/build-Itch-HTML-RELEASE.bat
2020-12-06 16:52:26 -05:00

11 lines
246 B
Batchfile

@echo off
color 0a
cd ..
@echo on
echo BUILDING GAME
lime build html5 -final
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