flutter_distributor icon indicating copy to clipboard operation
flutter_distributor copied to clipboard

AppImage packaging failed when copying shared libraries

Open tk-nguyen opened this issue 2 years ago • 3 comments

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.

image

image

After running ldd on the built app, there are 2 locations for our shared libraries, which cause flutter_distributor to copy them both:

image

image

Maybe we can add -f to cp command or detect duplicated shared libraries?

tk-nguyen avatar Sep 27 '23 04:09 tk-nguyen