mirror of
https://github.com/project-slippi/slippi-ssbm-asm.git
synced 2025-10-06 08:02:48 +02:00
5 lines
103 B
Bash
5 lines
103 B
Bash
![]() |
#!/bin/bash
|
||
|
echo Building netplay.json...
|
||
|
gecko build -c netplay.json -defsym "STG_EXIIndex=1"
|
||
|
echo ""
|