diff --git a/audiogame-manager.sh b/audiogame-manager.sh index b39eae8..badec2d 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1115,10 +1115,10 @@ EOF "Survive the Wild") export winVer="win7" install_wine_bottle speechsdk - download "https://stormgames.wolfe.casa/downloads/survive-the-wild.tar.xz" - echo "Extracting files..." - tar xf "${cache}/survive-the-wild.tar.xz" -C "$WINEPREFIX/drive_c/Program Files/" - add_launcher "c:\Program Files\Sam Tupy\Survive the Wild\stw.exe" + download "http://www.samtupy.com/games/stw.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files/Survive the Wild" "${cache}/stw.zip" + rm -fv "${HOME}/.local/wine/survive-the-wild/drive_c/Program Files/Survive the Wild/nvdaControllerClient32.dll" + add_launcher "c:\Program Files\Survive the Wild\stw.exe" ;; "Swamp") export winVer="win7"