Latest version of Ball Bouncer. Works great now.

This commit is contained in:
Storm Dragon 2024-09-14 13:06:49 -04:00
parent f50b025334
commit 7620ec3b3a

View File

@ -636,8 +636,8 @@ case "${game}" in
;;
"Ball Bouncer")
check_architecture x86_64
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"
download "https://files.sooslandia.ru/BallBouncer/1.2.1/BallBouncer-linux-1.2.1.zip"
unzip -d "${installPath}/" "${cache}/BallBouncer-linux-1.2.1.zip"
chmod +x "${installPath}/BallBouncer/BallBouncer"
add_launcher "${installPath}/BallBouncer/BallBouncer"
;;