-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add AppImage installation method #16
Comments
Would be great for portability |
I want to add this, but AppImage's have shown to be quite annoying to package for (at least for me), especially when older libc versions are needed. There was a point where AppImages were implemented, but library issues always caused problems so it got removed. I might look into it again soon, I'll send a message when I get anything going. |
Perhaps you can prepare a docker image to build AppImages if that requires some dependencies messing up with your standard OS install |
A main issue for me was using some simple tooling - I don't want to have to generate the If you know of any tools to get the job done, feel free to send them over though. |
I just did some testing with a test GTK3 application, and it looks like It'll probably have to wait until #84 is done so that everything can be in one application, but after that I definitely want to give this a look. |
I did some more testing, and I could fix the issues in I've got some fixes for some other issues locally, I've just got to get this going and then it'll all be good to go. |
I just found out about FlatImage the other day, and it looks like it'll solve my needs pretty perfectly. There doesn't seem to be any issues with dependencies when using it - I did some testing with various apps and they all just worked, without any manual intervention on my part. At the least, the FlatImage could be put inside of an AppImage for people who still want to use something that resembles an AppImage. |
No description provided.
The text was updated successfully, but these errors were encountered: