From 25f8c528ad855db0c49cce39aed04b3ab0e649e2 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 12 Mar 2024 00:08:09 -0400 Subject: [PATCH] Updated Executioner's Rage version for the installer. There's no update script, so remove -r and reinstall -i the game. --- audiogame-manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 3ce28a1..e41ff8a 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2192,11 +2192,11 @@ download "https://erion.cf/files/ag_103.zip" echo "Note: On first and sometimes later launch, Eurofly may take a very long time to download required files, please be patient..." ;; "Executioner's Rage") - download "https://dl.tweesecake.app/rage/rage1.0.2.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" + download "https://dl.tweesecake.app/rage/rage1.4.0.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" export WINEARCH=win64 export winVer="win10" install_wine_bottle - unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/rage1.0.2.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/rage1.4.0.zip" find "${WINEPREFIX}/drive_c/Program Files" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; add_launcher "c:\Program Files\rage\rage.exe" url="https://techcake.games/games/executioners-rage/"