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