Replies: 2 comments 4 replies
-
Hello @pktiuk, what would be the advantage of building AppImages inside Flatpak runtimes? Would you want to ship parts of the Flatpak runtime inside the AppImages? |
Beta Was this translation helpful? Give feedback.
4 replies
-
I don't see a reason why you couldn't do it. If done right (i.e., build on old, run on new systems), your resulting AppImage will work just as expected. I highly encourage you to try it out yourself. Please report bugs if you find any. |
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.
Has anyone tried building AppImage packages inside flatpak runtimes?
I am trying to do it with an app, which was developed using flatpak runtime and due to its fresh dependencies building it using libs from repositories is not doable (and I don't want to compile everything manually) link to related issue.
I think using a Flatpak runtime, just like we could use Docker may be a good idea.
Has anyone tried doing it earlier (I have some technical problems with this)? What do you think about this idea?
Beta Was this translation helpful? Give feedback.
All reactions