RS Games is finiky on some computers, attempted fix.
This commit is contained in:
parent
4e8ee6656b
commit
f986d5605a
@ -825,7 +825,7 @@ game_launcher() {
|
||||
wine "$winePath\\$wineExec"
|
||||
exit 0
|
||||
fi
|
||||
if [[ "$game" =~ screaming-strike-2 ]]; then
|
||||
if [[ "$game" =~ rs-games ]] || [[ "$game" =~ screaming-strike-2 ]]; then
|
||||
pushd "$(winepath "$winePath")"
|
||||
wine "$wineExec"
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user