Fixed up the Danger on the Wheel installer.

This commit is contained in:
Storm Dragon 2021-04-27 02:18:17 -04:00
parent e94353f71d
commit 56a2ca0815

View File

@ -787,9 +787,10 @@ case "${game}" in
;;
"Danger on the Wheel")
export winVer="win7"
install_wine_bottle
install_wine_bottle speechsdk
download "http://oriolgomez.com/games/wheel_en.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files/danger on the wheel" "${cache}/wheel_en.zip"
find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
add_launcher "c:\Program Files\danger on the wheel\game.exe"
;;
"Death on the Road")