Added game Bladius.
This commit is contained in:
parent
7c3201a12c
commit
7b0fc6d345
@ -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"
|
||||||
|
"Bladius"
|
||||||
"E.X.O."
|
"E.X.O."
|
||||||
"Fantasy Story II"
|
"Fantasy Story II"
|
||||||
"Monkey Spank"
|
"Monkey Spank"
|
||||||
@ -346,6 +347,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
|
||||||
;;
|
;;
|
||||||
|
"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.")
|
"E.X.O.")
|
||||||
get_installer "EXO-linux-x64.zip" "https://shiftbacktick.itch.io/exo"
|
get_installer "EXO-linux-x64.zip" "https://shiftbacktick.itch.io/exo"
|
||||||
mkdir -p "${installPath}/E.X.O."
|
mkdir -p "${installPath}/E.X.O."
|
||||||
|
Loading…
Reference in New Issue
Block a user