Files
slippi-ssbm-asm/build-netplay.sh
2020-08-18 17:51:44 -04:00

5 lines
103 B
Bash
Executable File

#!/bin/bash
echo Building netplay.json...
gecko build -c netplay.json -defsym "STG_EXIIndex=1"
echo ""