-
Notifications
You must be signed in to change notification settings - Fork 85
Bundle lib realated files #12
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
Comments
@probonopd I think you could give us some hints on this as you had to deal whit it previously on linuxdeployqt. |
I think it makes most sense to build plugins for the purpose, and use the auto discovery feature to make linuxdeploy run the plugins if needed. We should bundle the plugins in linuxdeploy's main AppImage then. |
I have not implemented magic sauce for bundling additional data files for libraries yet. Haven't encountered too many of those instances either. |
@probonopd we talked about that today with the KDE guys, and for example Krita and Kdenlive actually could make use of such a plugin for linuxdeploy. |
Closing here. The strategy for "additional files" will be to use plugins. That keeps things simple and flexible. |
There are cases in which a given lib requires additional data files or other libs (that are not linked) to be bundled like this: probonopd/linuxdeployqt#35
We should consider a way of allowing this.
The text was updated successfully, but these errors were encountered: