Migrating starcitizen location
This commit is contained in:
parent
8e4885636c
commit
ef54636036
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
LAUNCHER="c:\\Program Files\\Roberts Space Industries\\RSI Launcher\\RSI Launcher.exe"
|
LAUNCHER="c:\\Program Files\\Roberts Space Industries\\RSI Launcher\\RSI Launcher.exe"
|
||||||
WINEPREFIX=$HOME/.wine/starcitizen wine "$LAUNCHER" --use-gl=osmesa
|
WINEPREFIX=/data/starcitizen wine "$LAUNCHER" --use-gl=osmesa
|
||||||
|
|
Loading…
Reference in New Issue