Merge pull request #154 from Kiffolisk/patch-10
Remove useless batch files
This commit is contained in:
commit
29a4913f9e
@ -1,11 +0,0 @@
|
|||||||
@echo off
|
|
||||||
color 0a
|
|
||||||
cd ..
|
|
||||||
@echo on
|
|
||||||
echo BUILDING GAME
|
|
||||||
lime build html5 -final
|
|
||||||
echo UPLOADING TO ITCH
|
|
||||||
butler push ./export/release/html5/bin ninja-muffin24/funkin:html5
|
|
||||||
butler status ninja-muffin24/funkin:html5
|
|
||||||
echo ITCH SHIT UPDATED LMAOOOOO
|
|
||||||
pause
|
|
@ -1,11 +0,0 @@
|
|||||||
@echo off
|
|
||||||
color 0a
|
|
||||||
cd ..
|
|
||||||
@echo on
|
|
||||||
echo BUILDING GAME
|
|
||||||
lime build html5 -debug
|
|
||||||
echo UPLOADING TO ITCH
|
|
||||||
butler push ./export/debug/html5/bin ninja-muffin24/funkin:html5
|
|
||||||
butler status ninja-muffin24/funkin:html5
|
|
||||||
echo ITCH SHIT UPDATED LMAOOOOO
|
|
||||||
pause
|
|
@ -1,15 +0,0 @@
|
|||||||
@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
|
|
@ -1,11 +0,0 @@
|
|||||||
@echo off
|
|
||||||
color 0a
|
|
||||||
cd ..
|
|
||||||
@echo on
|
|
||||||
echo BUILDING GAME
|
|
||||||
lime build windows -debug
|
|
||||||
echo UPLOADING 64 BIT VERSION TO ITCH
|
|
||||||
butler push ./export/debug/windows/bin ninja-muffin24/funkin:windows-secretBeta
|
|
||||||
butler status ninja-muffin24/funkin:windows-secretBeta
|
|
||||||
echo ITCH SHIT UPDATED LMAOOOOO
|
|
||||||
pause
|
|
@ -1,15 +0,0 @@
|
|||||||
@echo off
|
|
||||||
color 0a
|
|
||||||
cd ..
|
|
||||||
@echo on
|
|
||||||
echo BUILDING GAME
|
|
||||||
lime build windows -release
|
|
||||||
echo UPLOADING 64 BIT VERSION TO ITCH
|
|
||||||
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/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
|
|
@ -1,12 +0,0 @@
|
|||||||
@echo off
|
|
||||||
color 0a
|
|
||||||
cd ..
|
|
||||||
@echo on
|
|
||||||
echo BUILDING GAME
|
|
||||||
lime build html5 -final -Dng
|
|
||||||
echo ZIPPING
|
|
||||||
cd export
|
|
||||||
7z a -tzip -r swag release\html5\bin
|
|
||||||
start .
|
|
||||||
start https://www.newgrounds.com/projects/games/1528775
|
|
||||||
pause
|
|
@ -1,27 +0,0 @@
|
|||||||
@echo off
|
|
||||||
cd ..
|
|
||||||
@echo on
|
|
||||||
echo REBUILDING LIME FOR EXPORT (VERBOSE)
|
|
||||||
@echo off
|
|
||||||
color 0b
|
|
||||||
@echo on
|
|
||||||
lime rebuild windows -clean -v
|
|
||||||
@echo off
|
|
||||||
color 0a
|
|
||||||
@echo on
|
|
||||||
lime rebuild switch -clean -v
|
|
||||||
@echo off
|
|
||||||
color 0e
|
|
||||||
@echo on
|
|
||||||
lime rebuild tools -clean -v
|
|
||||||
echo HOPE AND PRAY...
|
|
||||||
@echo off
|
|
||||||
color 0a
|
|
||||||
@echo on
|
|
||||||
echo BUILDING GAME
|
|
||||||
lime build switch -final -clean -v
|
|
||||||
@echo off
|
|
||||||
color 0b
|
|
||||||
@echo on
|
|
||||||
echo NSP FILE CREATED
|
|
||||||
pause
|
|
Loading…
x
Reference in New Issue
Block a user