RS Games is finiky on some computers, attempted fix.

This commit is contained in:
Storm Dragon 2022-11-10 20:09:23 -05:00
parent 4e8ee6656b
commit f986d5605a

View File

@ -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