-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
AppImage packaging failed when copying shared libraries #144
Comments
Hi @KRTirtho , can you help me take a look at this issue? |
But we're already making sure paths are unique. I'm unsure how it's getting duplicated Lines 33 to 46 in 694cec2
|
Also, in here we made sure to eradicate duplicates Lines 168 to 183 in 694cec2
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! We're using this package to create Linux AppImage builds for our app, but it is failing when copying over shared libraries. Probably it's because it's copying twice.
After running
ldd
on the built app, there are 2 locations for our shared libraries, which causeflutter_distributor
to copy them both:Maybe we can add
-f
tocp
command or detect duplicated shared libraries?The text was updated successfully, but these errors were encountered: