Now using the get_installer function for the url because it changes so much and I'm sick of dealing with it lol.

This commit is contained in:
Storm Dragon 2022-01-13 14:52:07 -05:00
parent d8bb8ce766
commit b7b446d1fe

View File

@ -1718,8 +1718,8 @@ case "${game}" in
"Future Life")
export winVer="win7"
install_wine_bottle speechsdk
download "http://teknolojihakkindahersey.net/future_life.zip"
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/future_life.zip"
get_installer "Future Life.zip" "https://www.mediafire.com/file/phkzxtqjaw6nao9/Future"
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 "{}" \;
add_launcher "c:\Program Files\Future Life\future_life.exe"