Skip to content
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 include with wildcard only take first file of results #132

Open
h3x4d3c1m4l opened this issue Jul 7, 2023 · 1 comment
Open

Comments

@h3x4d3c1m4l
Copy link

Hi all! Consider the following includes in make_config.yaml:

include:
  - /usr/lib/x86_64-linux-gnu/libgphoto2/*/*.so
  - /usr/lib/x86_64-linux-gnu/libgphoto2_port/*/*.so

I would expect this to include every found file. Currently only the first result of each result is actually included.

image

I might be able to fix this. Would you accept a PR?

@h3x4d3c1m4l
Copy link
Author

Also, it does not put the library in the same path, while libgphoto2 probably needs it to be...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant