From 3373fccf72d11d47d8bb52e786520e9ccb3ff2b8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 13 Jan 2022 13:08:05 -0500 Subject: [PATCH] Updated download link for Future Life. --- audiogame-manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index bf272da..7d12c6b 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -968,7 +968,7 @@ gameList=( "Technoshock" "Ten Pin Alley" "The Blind Swordsman" - "The Gate" + #"The Gate" "The Great Toy Robbery" "Thief" "Traders of Known Space" @@ -1718,7 +1718,7 @@ case "${game}" in "Future Life") export winVer="win7" install_wine_bottle speechsdk - download "https://download1494.mediafire.com/2rlnaffbiong/phkzxtqjaw6nao9/Future+Life.zip" + download "http://teknolojihakkindahersey.net/future_life.zip" unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/future_life.zip" chmod +w "$WINEPREFIX/drive_c/Program Files/Future Life" find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;