From f986d5605acfd2cfbdb672a60c5a6505665df207 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 10 Nov 2022 20:09:23 -0500 Subject: [PATCH] RS Games is finiky on some computers, attempted fix. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index f8835c4..a1b012c 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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