A few fixes to various installers.

This commit is contained in:
Storm Dragon 2021-04-27 02:42:08 -04:00
parent d3f45919bc
commit 55caa9b843

View File

@ -727,7 +727,7 @@ case "${game}" in
;; ;;
"Bombercats") "Bombercats")
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle
download "http://oriolgomez.com/games/bombercats_en.zip" download "http://oriolgomez.com/games/bombercats_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/bomvercats" "${cache}/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 "{}" \; find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;