Updated ROTU installer to match the new folder layout.

This commit is contained in:
Storm Dragon 2021-05-07 15:26:03 -04:00
parent 2defc30671
commit 38b0bd59fd

View File

@ -1186,9 +1186,9 @@ EOF
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk
download "https://ims-productions.com/downloads/rotu.zip" 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 "{}" \; 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") "Rhythm Rage")
export winVer="win7" export winVer="win7"