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:
parent
15c73e8377
commit
5e23d06a5c
@ -2347,7 +2347,7 @@ EOF
|
|||||||
export WINEARCH=win64
|
export WINEARCH=win64
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle
|
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"
|
unzip -d "$WINEPREFIX/drive_c/Program Files/shooter" "${cache}/Shooter.zip"
|
||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
|
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
|
||||||
add_launcher "c:\Program Files\shooter\shooter.exe"
|
add_launcher "c:\Program Files\shooter\shooter.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user