From 043ff528de99ce5cb0d77ee897291d6c51ccd516 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 28 Mar 2024 04:30:37 -0400 Subject: [PATCH] download url for "Shooter" updated. --- audiogame-manager.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index dbdaf8d..50c893b 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2931,9 +2931,10 @@ EOF "Shooter") export WINEARCH=win64 export winVer="win7" - download "http://masonasons.me/softs/Shooter.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" + get_installer "shooter-win.zip" "https://brynify.itch.io/shooter" + download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" install_wine_bottle - unzip -d "$WINEPREFIX/drive_c/Program Files/shooter" "${cache}/Shooter.zip" + unzip -d "$WINEPREFIX/drive_c/Program Files/shooter" "${cache}/shooter-win.zip" find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; add_launcher "c:\Program Files\shooter\shooter.exe" ;;