Revert "Updated Future Life installer, now using .exe file from latest working download link." That link is broken and doesn't provide sounds.
This reverts commit aa61ba630b
.
This commit is contained in:
parent
aa61ba630b
commit
d8bb8ce766
@ -1718,9 +1718,10 @@ case "${game}" in
|
|||||||
"Future Life")
|
"Future Life")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
install_wine_bottle speechsdk
|
install_wine_bottle speechsdk
|
||||||
download "http://breaker-originals.tk/future_life/future_life.exe"
|
download "http://teknolojihakkindahersey.net/future_life.zip"
|
||||||
mkdir -p "$WINEPREFIX/drive_c/Program Files/Future Life"
|
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/future_life.zip"
|
||||||
cp "${cache}/future_life.exe" "$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 "{}" \;
|
||||||
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")
|
||||||
|
Loading…
Reference in New Issue
Block a user