A few fixes to various installers.
This commit is contained in:
parent
d3f45919bc
commit
55caa9b843
@ -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 "{}" \;
|
||||||
|
Loading…
Reference in New Issue
Block a user