5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
LAUNCHER="c:\\Program Files\\Roberts Space Industries\\RSI Launcher\\RSI Launcher.exe"
|
||
|
WINEPREFIX=$HOME/.wine/starcitizen wine "$LAUNCHER" --use-gl=osmesa
|