From 7b0fc6d34584abbd83126b8e7828828274df9909 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 13 Mar 2022 16:47:20 -0400 Subject: [PATCH] Added game Bladius. --- linux-game-manager.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/linux-game-manager.sh b/linux-game-manager.sh index b20530d..350a3c6 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -280,6 +280,7 @@ exec &> >(/usr/bin/tee -a "${cache}/linux-game-manager.log") # Use menu friendly names. gameList=( "Aliens" + "Bladius" "E.X.O." "Fantasy Story II" "Monkey Spank" @@ -346,6 +347,12 @@ case "${game}" in dialog --backtitle "Linux Game manager" \ --infobox "${game} is a web based game and does not need to be installed." -1 -1 ;; + "Bladius") + get_installer "Bladius-linux-x64.zip" "https://shiftbacktick.itch.io/bladius" + mkdir -p "${installPath}/Bladius" + unzip -d "${installPath}/Bladius" "${cache}/Bladius-linux-x64.zip" + add_launcher "${installPath}/Bladius/Bladius" + ;; "E.X.O.") get_installer "EXO-linux-x64.zip" "https://shiftbacktick.itch.io/exo" mkdir -p "${installPath}/E.X.O."