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.
gameList=(
"Aliens"
"Audo"
"Bladius"
"E.X.O."
"Fantasy Story II"
@ -347,6 +348,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
;;
"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")
get_installer "Bladius-linux-x64.zip" "https://shiftbacktick.itch.io/bladius"
mkdir -p "${installPath}/Bladius"