1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-07 10:48:54 +00:00
Funkin/art/build-Itch-WINDOWS.bat
2020-10-24 02:19:13 -07:00

15 lines
452 B
Batchfile

@echo off
color 0a
cd ..
@echo on
echo BUILDING GAME
lime build hl -debug
echo UPLOADING 64 BIT VERSION TO ITCH
butler push ./export/debug/hl/bin ninja-muffin24/funkin:windows-64bit
lime build hl -debug -32
echo UPLOADING 32 BIT VERSION TO ITCH
butler push ./export/debug/hl/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