From e4f06d879902295212fb0982fa681a3a4ee033b8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 10 Sep 2021 12:13:35 -0400 Subject: [PATCH] Updated Survive the Wild launcher. It seems to change with every update of the game lol. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index e28fc78..09325e8 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2059,7 +2059,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.exe" + add_launcher "c:\Program Files\Survive the Wild\stw\stw.exe" ;; "Swamp") export winVer="win7"