Massive update to launchers and installers. Working toward the new launcher system, things may still be broken but getting better.

This commit is contained in:
Storm Dragon
2024-12-23 12:52:14 -05:00
parent b3ada38d9b
commit 34e05f47a6
63 changed files with 68 additions and 55 deletions

View File

@ -3,4 +3,3 @@ 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"