Add Echo Command
This commit is contained in:
parent
9cdcdb368a
commit
80d2172e51
@ -358,6 +358,7 @@ gameList=(
|
||||
"Battle Weary"
|
||||
"Bladius"
|
||||
"Chimera"
|
||||
"Echo Command"
|
||||
"E.X.O."
|
||||
"EmpireMUD"
|
||||
"End of Time"
|
||||
@ -467,6 +468,14 @@ case "${game}" in
|
||||
unzip -d "${installPath}/Chimera" "${cache}/Chimera-linux-x64.zip"
|
||||
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.")
|
||||
check_architecture x86_64
|
||||
get_installer "EXO-linux-x64.zip" "https://shiftbacktick.itch.io/exo"
|
||||
|
Loading…
Reference in New Issue
Block a user