Added games "Chimera" and "Wurmus".
This commit is contained in:
parent
58d541b42d
commit
cf2baf6cb7
@ -278,12 +278,14 @@ gameList=(
|
||||
"Aliens"
|
||||
"Audo"
|
||||
"Bladius"
|
||||
"Chimera"
|
||||
"E.X.O."
|
||||
"Fantasy Story II"
|
||||
"Monkey Spank"
|
||||
"Numnastics"
|
||||
"S.E.A."
|
||||
"soundStrider"
|
||||
"Wurmus"
|
||||
)
|
||||
|
||||
# Check for required packages
|
||||
@ -356,6 +358,12 @@ case "${game}" in
|
||||
unzip -d "${installPath}/Bladius" "${cache}/Bladius-linux-x64.zip"
|
||||
add_launcher "${installPath}/Bladius/Bladius"
|
||||
;;
|
||||
"Chimera")
|
||||
get_installer "Chimera-linux-x64.zip" "https://shiftbacktick.itch.io/chimera"
|
||||
mkdir -p "${installPath}/Chimera"
|
||||
unzip -d "${installPath}/Chimera" "${cache}/Chimera-linux-x64.zip"
|
||||
add_launcher "${installPath}/Chimera/Chimera"
|
||||
;;
|
||||
"E.X.O.")
|
||||
get_installer "EXO-linux-x64.zip" "https://shiftbacktick.itch.io/exo"
|
||||
mkdir -p "${installPath}/E.X.O."
|
||||
@ -388,6 +396,12 @@ case "${game}" in
|
||||
unzip -d "${installPath}/soundStrider" "${cache}/soundStrider-linux-x64.zip"
|
||||
add_launcher "${installPath}/soundStrider/soundStrider"
|
||||
;;
|
||||
"Wurmus")
|
||||
get_installer "Wurmus-linux-x64.zip" "https://shiftbacktick.itch.io/wurmus"
|
||||
mkdir -p "${installPath}/Wurmus"
|
||||
unzip -d "${installPath}/Wurmus" "${cache}/Wurmus-linux-x64.zip"
|
||||
add_launcher "${installPath}/Wurmus/Wurmus"
|
||||
;;
|
||||
"Donate")
|
||||
open_url "https://ko-fi.com/stormux"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user