From 123b648700486b119a6f4c771d414e6bcb386951 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 26 Jan 2024 04:11:26 -0500 Subject: [PATCH] More stuff moved to ipfs. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 20bd24c..d413ba0 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -3228,7 +3228,7 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit. "Villains From Beyond") export bottle="oriol-gomez" export winVer="win7" - download "http://oriolgomez.com/games/villains_en.zip" + download "${ipfsGateway}/ipfs/QmWx271xuk3Mv9XTBoVu5BDJvXFZdasawC2nhtV21WAaUU?filename=villains_en.zip" install_wine_bottle speechsdk unzip -d "$WINEPREFIX/drive_c/Program Files/villains from beyond" "${cache}/villains_en.zip" find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;