i discussed this on the discord, but that's getting buried instantly because it's discord, lol.
a bit of a rough edge is that the build script for the appimage doesn't actually check for appimagetool's presence in the repo, leading to a simple "no file or directory" error:
./build_appimage.sh: line 139: ./appimagetool: No such file or directory
you have two options:
|
./appimagetool "Telescope.AppDir" Telescope-x86_64.AppImage |
which would be the preferable situation?
i discussed this on the discord, but that's getting buried instantly because it's discord, lol.
a bit of a rough edge is that the build script for the appimage doesn't actually check for appimagetool's presence in the repo, leading to a simple "no file or directory" error:
you have two options:
telescope/build_appimage.sh
Line 139 in e33764c
which would be the preferable situation?