From 7d5e132f912282f78e98f63f28e62587b8c9a218 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 13 Sep 2024 18:28:38 -0400 Subject: [PATCH] Updated installer for Ball Bouncer to the latest version. --- linux-game-manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index 77227b0..822cddf 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -627,8 +627,8 @@ case "${game}" in ;; "Ball Bouncer") check_architecture x86_64 - download "https://files.sooslandia.ru/BallBouncer/1.0.0/BallBouncer-linux-1.0.0.zip" - unzip -d "${installPath}/" "${cache}/BallBouncer-linux-1.0.0.zip" + download "https://files.sooslandia.ru/BallBouncer/1.2.0/BallBouncer-linux-1.2.0.zip" + unzip -d "${installPath}/" "${cache}/BallBouncer-linux-1.2.0.zip" chmod +x "${installPath}/BallBouncer/BallBouncer" add_launcher "${installPath}/BallBouncer/BallBouncer" ;;