mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-08 07:44:36 +00:00
12 lines
206 B
Batchfile
12 lines
206 B
Batchfile
|
@echo off
|
||
|
color 0a
|
||
|
cd ..
|
||
|
@echo on
|
||
|
echo BUILDING GAME
|
||
|
lime build html5 -final
|
||
|
echo ZIPPING
|
||
|
cd export
|
||
|
7z a -tzip -r swag release\html5\bin
|
||
|
start .
|
||
|
start https://www.newgrounds.com/projects/games/1528775
|
||
|
pause
|