mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-01 12:24:27 +00:00
15 lines
483 B
Batchfile
15 lines
483 B
Batchfile
@echo off
|
|
color 0a
|
|
cd ..
|
|
@echo on
|
|
echo BUILDING GAME
|
|
lime build windows -final -clean
|
|
echo UPLOADING 64 BIT VERSION TO ITCH
|
|
butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-64bit
|
|
lime build windows -final -32
|
|
echo UPLOADING 32 BIT VERSION TO ITCH
|
|
butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-32bit
|
|
butler status ninja-muffin24/funkin:windows-32bit
|
|
butler status ninja-muffin24/funkin:windows-64bit
|
|
echo ITCH SHIT UPDATED LMAOOOOO
|
|
pause |