-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider supporting AppImage assets for Linux #129
Comments
I have personally never heard of Applmage from the stuff I googled it either looks like a package manager or an image format. tool-sync only downloads binaries and puts them in a designated places. What would supporting this look like conceptually? |
No expert for AppImages myself, but they are executable archives for Linux. They contain the binary and all necessary resources (libraries and stuff) and can be directly executed. For example, one note taking tool that I use daily and that offers this form of distribution is Logseq. KR Axel |
I personally don't use any Applmages apps myself (probably since I always just default to musl if possible) but here is the bit that is responsible for checking whether or not the asset type is supported. Lines 41 to 79 in ca4855d
Adding support for this would also add some maintenance burden. How common is this format? |
Well for me it is quite common, I have at least 3 apps on my system that use this means of distribution. I agree that it would require a quite significant change to the code and propose to close this issue for now. KR Axel |
I would like to keep this issue open for others to potentially give some input on this since this issues is less than 24 hours old. I don't think more eyes on this wouldn't hurt. |
I believe supporting AppImage wouldn't be too much difficult. It's just a matter of adding one more asset type here: Lines 15 to 20 in 95f535c
And then patching the Since AppImage doesn't require any unpacking and it behaves just like
|
Hi, thanks a lot for this project, I love it!
Very useful when one works with a number of tools and programs outside of the distro's package manager, which I do.
I don't know how much effort it would be, but maybe you could consider to also support AppImage assets?
Kind regards,
Axel
The text was updated successfully, but these errors were encountered: