2020-10-07 01:56:33 +00:00
|
|
|
@echo off
|
|
|
|
color 0a
|
|
|
|
cd ..
|
|
|
|
@echo on
|
|
|
|
echo BUILDING GAME
|
2020-11-01 04:55:00 +00:00
|
|
|
lime build windows -release
|
2020-10-09 21:24:20 +00:00
|
|
|
echo UPLOADING 64 BIT VERSION TO ITCH
|
2020-11-01 04:55:00 +00:00
|
|
|
butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-64bit
|
|
|
|
lime build windows -release -32
|
2020-10-09 21:24:20 +00:00
|
|
|
echo UPLOADING 32 BIT VERSION TO ITCH
|
2020-11-01 04:55:00 +00:00
|
|
|
butler push ./export/release/windows/bin ninja-muffin24/funkin:windows-32bit
|
2020-10-24 09:19:13 +00:00
|
|
|
butler status ninja-muffin24/funkin:windows-32bit
|
|
|
|
butler status ninja-muffin24/funkin:windows-64bit
|
2020-10-07 01:56:33 +00:00
|
|
|
echo ITCH SHIT UPDATED LMAOOOOO
|
|
|
|
pause
|