mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-08 07:44:36 +00:00
11 lines
248 B
Batchfile
11 lines
248 B
Batchfile
|
@echo off
|
||
|
color 0a
|
||
|
cd ..
|
||
|
@echo on
|
||
|
echo BUILDING GAME
|
||
|
lime build windows -final
|
||
|
echo UPLOADING TO ITCH
|
||
|
butler push ./export/release/html5/bin ninja-muffin24/ld47:windows
|
||
|
butler status ninja-muffin24/ld47:windows
|
||
|
echo ITCH SHIT UPDATED LMAOOOOO
|
||
|
pause
|