Added game "Ball Bouncer".
This commit is contained in:
parent
b4c0573d2c
commit
cd5917ef74
@ -498,6 +498,7 @@ gameList=(
|
||||
"Alter Aeon"
|
||||
"Audo"
|
||||
"Auroboros"
|
||||
"Ball Bouncer"
|
||||
"Battle Weary"
|
||||
"Bladius"
|
||||
"Cacophony"
|
||||
@ -610,6 +611,13 @@ case "${game}" in
|
||||
unzip -d "${installPath}/Auroboros" "${cache}/Auroboros-linux-x64.zip"
|
||||
add_launcher "${installPath}/Auroboros/Auroboros"
|
||||
;;
|
||||
"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"
|
||||
chmod +x "${installPath}/BallBouncer/BallBouncer"
|
||||
add_launcher "${installPath}/BallBouncer/BallBouncer"
|
||||
;;
|
||||
"Bladius")
|
||||
check_architecture x86_64
|
||||
get_installer "Bladius-linux-x64.zip" "https://shiftbacktick.itch.io/bladius"
|
||||
|
Loading…
Reference in New Issue
Block a user