delete ng build html

This commit is contained in:
NitrogenDioxide
2021-04-06 17:23:03 +02:00
committed by GitHub
parent b6c84ba43f
commit 536631bc46

View File

@ -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