mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-05 15:42:49 +02:00
5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
echo Building netplay.json...
|
|
gecko build -c netplay.json -defsym "STG_EXIIndex=1"
|
|
echo ""
|