1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-06 10:16:28 +00:00
Funkin/art/build-Itch-HTML-RELEASE.bat
Cameron Taylor c7f7a7dff0 release
2020-11-01 00:01:00 -07:00

11 lines
248 B
Batchfile

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