Replies: 2 comments
-
Are there any cons to this method? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for the late reply, I'll answer you right now. in fact it seems that the scripts are the same, but this is not always the case. Sometimes for AppImage installation scripts there are additional actions:
Here's why I don't use a single file to manage over 1800 applications. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I've done some quick skimming over the source code and it appears that this always uses an installation script even for AppImages? If you'd like, I have a project I've been working on for a while that contains some code snippets that could possibly help with installing AppImages without needing individual scripts.
The project is here (it's intended to be an AppImage runtime implemented in shell script), and it contains functions to find SquashFS offset and parse (some parts) of ELF headers. With the help of squashfuse, all needed AppImage information could be extracted from the bundle itself and all AppImages could be installed needing nothing but a download URL.
Beta Was this translation helpful? Give feedback.
All reactions