From 6968707b7b7fb65c5c45ae142d124f4520781653 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 17 Nov 2021 11:39:40 -0500 Subject: [PATCH] Updated luancher for survive the wild. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 84d7d28..b3aa7fd 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2112,7 +2112,7 @@ EOF download "http://www.samtupy.com/games/stw.zip" unzip -d "$WINEPREFIX/drive_c/Program Files/Survive the Wild" "${cache}/stw.zip" find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; - add_launcher "c:\Program Files\Survive the Wild\stw\stw.exe" + add_launcher "c:\Program Files\Survive the Wild\stw.exe" ;; "Swamp") export winVer="win7"