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