mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-09 08:15:01 +00:00
11 lines
240 B
Batchfile
11 lines
240 B
Batchfile
|
@echo off
|
||
|
color 0a
|
||
|
cd ..
|
||
|
@echo on
|
||
|
echo BUILDING GAME
|
||
|
lime build html5 -debug
|
||
|
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
|