Update linux_konami.md
Some checks failed
Build / deploy (push) Has been cancelled

This commit is contained in:
Akitake 2025-10-15 23:19:52 +02:00 committed by GitHub
parent 3d0c336360
commit 93b1146b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -235,14 +235,14 @@
ARGS=""
# Optional: Add arguments per line
# ARGS="\$ARGS -url localhost:8083" # Network URL
# ARGS="\$ARGS -p 01FXXXXXXXXXXXXXXXXX" # PCBID
# ARGS="$ARGS -url localhost:8083" # Network URL
# ARGS="$ARGS -p 01FXXXXXXXXXXXXXXXXX" # PCBID
# Append args to this script
ARGS="\$ARGS \$*"
ARGS="$ARGS $*"
cd "\$SCRIPT_DIR/contents" || exit
wine "spice64.exe" \$ARGS
cd "$SCRIPT_DIR/contents" || exit
wine "spice64.exe" $ARGS
```
- On the first highlighted line: make sure `WINEPREFIX` points to your game prefix created earlier