Updated luancher for survive the wild.

This commit is contained in:
Storm Dragon 2021-11-17 11:39:40 -05:00
parent 2c67aad573
commit 6968707b7b

View File

@ -2112,7 +2112,7 @@ EOF
download "http://www.samtupy.com/games/stw.zip" download "http://www.samtupy.com/games/stw.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/Survive the Wild" "${cache}/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 "{}" \; 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") "Swamp")
export winVer="win7" export winVer="win7"