diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 64c0f2f..4155288 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1940,7 +1940,7 @@ EOF install_wine_bottle speechsdk 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" + find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; add_launcher "c:\Program Files\Survive the Wild\stw.exe" ;; "Swamp")