1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 00:21:11 +00:00
Funkin/art/build-NG-HTML-RELEASE.bat

12 lines
211 B
Batchfile
Raw Normal View History

2020-12-21 23:06:39 +00:00
@echo off
color 0a
cd ..
@echo on
echo BUILDING GAME
2020-12-27 10:57:45 +00:00
lime build html5 -final -Dng
2020-12-21 23:06:39 +00:00
echo ZIPPING
cd export
7z a -tzip -r swag release\html5\bin
start .
start https://www.newgrounds.com/projects/games/1528775
pause