almost releaaaase

This commit is contained in:
Cameron Taylor
2020-10-31 21:55:00 -07:00
parent ff354d2b69
commit 98a5401f4b
6 changed files with 14 additions and 8 deletions

View File

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