Game Audo added.

This commit is contained in:
Storm Dragon 2022-03-13 17:03:21 -04:00
parent 7b0fc6d345
commit 99d928f335

View File

@ -280,6 +280,7 @@ exec &> >(/usr/bin/tee -a "${cache}/linux-game-manager.log")
# Use menu friendly names. # Use menu friendly names.
gameList=( gameList=(
"Aliens" "Aliens"
"Audo"
"Bladius" "Bladius"
"E.X.O." "E.X.O."
"Fantasy Story II" "Fantasy Story II"
@ -347,6 +348,12 @@ case "${game}" in
dialog --backtitle "Linux Game manager" \ dialog --backtitle "Linux Game manager" \
--infobox "${game} is a web based game and does not need to be installed." -1 -1 --infobox "${game} is a web based game and does not need to be installed." -1 -1
;; ;;
"Audo")
get_installer "Audo-linux-x64.zip" "https://shiftbacktick.itch.io/audo"
mkdir -p "${installPath}/Audo"
unzip -d "${installPath}/Audo" "${cache}/Audo-linux-x64.zip"
add_launcher "${installPath}/Audo/Audo"
;;
"Bladius") "Bladius")
get_installer "Bladius-linux-x64.zip" "https://shiftbacktick.itch.io/bladius" get_installer "Bladius-linux-x64.zip" "https://shiftbacktick.itch.io/bladius"
mkdir -p "${installPath}/Bladius" mkdir -p "${installPath}/Bladius"