Updated installer for game Survive the Wild

This commit is contained in:
Storm Dragon 2021-01-15 22:11:02 -05:00
parent 54f8b3c2f5
commit 34ca5940e7

View File

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