From baef70bcf15754b1068e3e02e8be57cb24ce2ceb Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 17 Nov 2024 22:21:01 -0500 Subject: [PATCH] Fixed broken download link. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index fd9b807..bc45830 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2715,7 +2715,7 @@ EOF "Oh Shit") export winVer="win7" export norh="true" # Requires sapi even though uses nvda - download "${ipfsGateway}/ipfs/QmQnAJJrt5uABFziQc7enXYrJ74J9GKQSMi8Ry8ebsxfPV?filename=OhShit.zip" "https://stormgames.wolfe.casa/downloads/nvda2speechd32.dll" + download "${ipfsGateway}/ipfs/QmQnAJJrt5uABFziQc7enXYrJ74J9GKQSMi8Ry8ebsxfPV?filename=OhShit.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd32.dll" install_wine_bottle speechsdk unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/OhShit.zip" find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvda2speechd32.dll" "{}" \;