mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-10-31 20:04:32 +00:00
11 lines
249 B
Batchfile
11 lines
249 B
Batchfile
@echo off
|
|
color 0a
|
|
cd ..
|
|
@echo on
|
|
echo BUILDING GAME
|
|
lime build html5 -final -clean
|
|
echo UPLOADING TO ITCH
|
|
butler push ./export/release/html5/bin ninja-muffin24/ld47:html5
|
|
butler status ninja-muffin24/ld47:html5
|
|
echo ITCH SHIT UPDATED LMAOOOOO
|
|
pause |