Add Echo Command
This commit is contained in:
parent
9cdcdb368a
commit
80d2172e51
@ -358,6 +358,7 @@ gameList=(
|
|||||||
"Battle Weary"
|
"Battle Weary"
|
||||||
"Bladius"
|
"Bladius"
|
||||||
"Chimera"
|
"Chimera"
|
||||||
|
"Echo Command"
|
||||||
"E.X.O."
|
"E.X.O."
|
||||||
"EmpireMUD"
|
"EmpireMUD"
|
||||||
"End of Time"
|
"End of Time"
|
||||||
@ -467,6 +468,14 @@ case "${game}" in
|
|||||||
unzip -d "${installPath}/Chimera" "${cache}/Chimera-linux-x64.zip"
|
unzip -d "${installPath}/Chimera" "${cache}/Chimera-linux-x64.zip"
|
||||||
add_launcher "${installPath}/Chimera/Chimera"
|
add_launcher "${installPath}/Chimera/Chimera"
|
||||||
;;
|
;;
|
||||||
|
"Echo Command")
|
||||||
|
check_architecture x86_64
|
||||||
|
get_installer "Echo Command.tar.xz" "https://pancakedev.itch.io/echo-command"
|
||||||
|
mkdir -p "${installPath}/Echo-Command"
|
||||||
|
tar xf "${cache}/Echo Command.tar.xz" -C "${installPath}/Echo-Command"
|
||||||
|
ln -sr "${installPath}/Echo-Command/Echo Command.x86_64" "${installPath}/Echo-Command/Echo_Command.x86_64"
|
||||||
|
add_launcher "${installPath}/Echo-Command/Echo_Command.x86_64"
|
||||||
|
;;
|
||||||
"E.X.O.")
|
"E.X.O.")
|
||||||
check_architecture x86_64
|
check_architecture x86_64
|
||||||
get_installer "EXO-linux-x64.zip" "https://shiftbacktick.itch.io/exo"
|
get_installer "EXO-linux-x64.zip" "https://shiftbacktick.itch.io/exo"
|
||||||
|
Loading…
Reference in New Issue
Block a user