Files
slippi-ssbm-asm/build-netplay.bat
2022-11-21 13:46:51 -05:00

6 lines
114 B
Batchfile

@echo off
echo Building netplay.json...
gecko build -c netplay.json -defsym "STG_EXIIndex=1" -batched
echo.
pause