Fixed a really dumb bug in the Shooter installer that caused it to not speak. Lol everyone pretend you didn't see this.

This commit is contained in:
Storm Dragon 2022-08-22 14:41:40 -04:00
parent 15c73e8377
commit 5e23d06a5c

View File

@ -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"