diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 7d662a3..1dfbf3d 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -1186,9 +1186,9 @@ EOF export winVer="win7" install_wine_bottle speechsdk download "https://ims-productions.com/downloads/rotu.zip" - unzip -d "$WINEPREFIX/drive_c/Program Files/revenge of the undead" "${cache}/rotu.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/rotu.zip" find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \; - add_launcher "c:\Program Files\revenge of the undead\rotu.exe" + add_launcher "c:\Program Files\rotu\rotu.exe" ;; "Rhythm Rage") export winVer="win7"