diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 430be78..555c8a5 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -708,8 +708,8 @@ case "${game}" in install_wine_bottle speechsdk download "https://www.agarchive.net/games/gameMadnessInteractive/battle%20zone%2013.5%20setup.exe" wine "${cache}/battle zone 13.5 setup.exe" /silent + find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; add_launcher "c:\Program Files\Battle Zone\ss.exe" - rm -fv "${WINEPREFIX}/drive_c/Program Files/Battle Zone/nvdaControllerClient32.dll" ;; "Beatstar Pro") export winVer="win7" @@ -727,9 +727,10 @@ case "${game}" in ;; "Bombercats") export winVer="win7" - install_wine_bottle + install_wine_bottle speechsdk download "http://oriolgomez.com/games/bombercats_en.zip" unzip -d "$WINEPREFIX/drive_c/Program Files/bomvercats" "${cache}/bombercats_en.zip" + find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; add_launcher "c:\Program Files\bomvercats\game.exe" ;; "Castaways") @@ -893,9 +894,10 @@ case "${game}" in ;; "Hammer of Glory") export winVer="win7" - install_wine_bottle + install_wine_bottle speechsdk download "http://oriolgomez.com/games/hammer_en.zip" unzip -d "$WINEPREFIX/drive_c/Program Files/hammer of glory" "${cache}/hammer_en.zip" + find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; add_launcher "c:\Program Files\hammer of glory\game.exe" ;; "Hunter")