From 5a8c2ac96fd95aa5400d6cba2c8b1cd1a268e907 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 15 Nov 2024 18:04:53 -0500 Subject: [PATCH] Updated Fantasy Story II installer to latest version. --- linux-game-manager.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 99b623c..5743f0d 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -694,10 +694,10 @@ case "${game}" in ;; "Fantasy Story II") check_architecture x86_64 - get_installer "FS2_2.7_Linux.zip" "https://drive.google.com/file/d/1BJIxImKWEkT6pQ-MCcWvXXCAjjkYB7RG/view?usp=sharing" - unzip -d "${installPath}" "${cache}/FS2_2.7_Linux.zip" - chmod +x "${installPath}/FS2_2.7_Linux/fs2.x86_64" - add_launcher "${installPath}/FS2_2.7_Linux/fs2.x86_64" "-ESpeakApplication=espeak-ng" + get_installer "FS2_3.0_Linux.zip" "https://drive.google.com/file/d/15Y5nxR1zl9vVNzMilpaXdCSBFhNUIDC9/view" + unzip -d "${installPath}" "${cache}/FS2_3.0_Linux.zip" + chmod +x "${installPath}/FS2_3.0_Linux/fs2.x86_64" + add_launcher "${installPath}/FS2_3.0_Linux/fs2.x86_64" "-ESpeakApplication=espeak-ng" ;; "Freedoom") tobyVersion="7-5"