A few fixes to various installers.

This commit is contained in:
Storm Dragon 2021-04-27 02:35:36 -04:00
parent 56a2ca0815
commit d3f45919bc

View File

@ -708,8 +708,8 @@ case "${game}" in
install_wine_bottle speechsdk install_wine_bottle speechsdk
download "https://www.agarchive.net/games/gameMadnessInteractive/battle%20zone%2013.5%20setup.exe" download "https://www.agarchive.net/games/gameMadnessInteractive/battle%20zone%2013.5%20setup.exe"
wine "${cache}/battle zone 13.5 setup.exe" /silent 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" add_launcher "c:\Program Files\Battle Zone\ss.exe"
rm -fv "${WINEPREFIX}/drive_c/Program Files/Battle Zone/nvdaControllerClient32.dll"
;; ;;
"Beatstar Pro") "Beatstar Pro")
export winVer="win7" export winVer="win7"
@ -727,9 +727,10 @@ case "${game}" in
;; ;;
"Bombercats") "Bombercats")
export winVer="win7" export winVer="win7"
install_wine_bottle install_wine_bottle speechsdk
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 "{}" \;
add_launcher "c:\Program Files\bomvercats\game.exe" add_launcher "c:\Program Files\bomvercats\game.exe"
;; ;;
"Castaways") "Castaways")
@ -893,9 +894,10 @@ case "${game}" in
;; ;;
"Hammer of Glory") "Hammer of Glory")
export winVer="win7" export winVer="win7"
install_wine_bottle install_wine_bottle speechsdk
download "http://oriolgomez.com/games/hammer_en.zip" download "http://oriolgomez.com/games/hammer_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/hammer of glory" "${cache}/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" add_launcher "c:\Program Files\hammer of glory\game.exe"
;; ;;
"Hunter") "Hunter")