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:
parent
d8bb8ce766
commit
b7b446d1fe
@ -1718,8 +1718,8 @@ 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"
|
get_installer "Future Life.zip" "https://www.mediafire.com/file/phkzxtqjaw6nao9/Future"
|
||||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/future_life.zip"
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/Future Life.zip"
|
||||||
chmod +w "$WINEPREFIX/drive_c/Program Files/Future Life"
|
chmod +w "$WINEPREFIX/drive_c/Program Files/Future Life"
|
||||||
find "${WINEPREFIX}" -type f -name "nvdaControllerClient32.dll" -exec rm -fv "{}" \;
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user