From 9dde8d4a9f3e087da02106c485762d49c7991b26 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 19 Jan 2024 19:11:03 -0500 Subject: [PATCH] Updated a game link. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 785117e..e73fc5a 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -2611,7 +2611,7 @@ EOF ;; "Oh Shit") export winVer="win7" - download "http://samtupy.com/stevend/oh_shit.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" + download "${ipfsGateway}/ipfs/QmRrX6ZUMWuCRscDJsAHomJPaXJTvEW3BB1z2DPtJEJA3F?filename=oh_shit.zip" "https://stormgames.wolfe.casa/downloads/nvdaControllerClient32.dll" install_wine_bottle speechsdk unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/oh_shit.zip" find "${WINEPREFIX}" -type f -name 'nvdaControllerClient32.dll' -exec cp -v "${cache}/nvdaControllerClient32.dll" "{}" \;