From 5e23d06a5c2e731315b0dbccf84b551da54aecfc Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 22 Aug 2022 14:41:40 -0400 Subject: [PATCH] Fixed a really dumb bug in the Shooter installer that caused it to not speak. Lol everyone pretend you didn't see this. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 858d5f7..6512ecd 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2347,7 +2347,7 @@ EOF export WINEARCH=win64 export winVer="win7" install_wine_bottle - download "http://masonasons.me/softs/Shooter.zip" + download "http://masonasons.me/softs/Shooter.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" unzip -d "$WINEPREFIX/drive_c/Program Files/shooter" "${cache}/Shooter.zip" find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \; add_launcher "c:\Program Files\shooter\shooter.exe"