Updated Future Life installer, now using .exe file from latest working download link.

This commit is contained in:
Storm Dragon 2022-01-13 14:22:55 -05:00
parent 3373fccf72
commit aa61ba630b

View File

@ -1718,10 +1718,9 @@ case "${game}" in
"Future Life") "Future Life")
export winVer="win7" export winVer="win7"
install_wine_bottle speechsdk install_wine_bottle speechsdk
download "http://teknolojihakkindahersey.net/future_life.zip" download "http://breaker-originals.tk/future_life/future_life.exe"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/future_life.zip" mkdir -p "$WINEPREFIX/drive_c/Program Files/Future Life"
chmod +w "$WINEPREFIX/drive_c/Program Files/Future Life" cp "${cache}/future_life.exe" "$WINEPREFIX/drive_c/Program Files/Future Life"
find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
add_launcher "c:\Program Files\Future Life\future_life.exe" add_launcher "c:\Program Files\Future Life\future_life.exe"
;; ;;
"GMA Tank Commander") "GMA Tank Commander")