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 rule fails on directory dependencies #13

Closed
gtpalmer opened this issue Jun 2, 2022 · 0 comments · Fixed by #14
Closed

appimage rule fails on directory dependencies #13

gtpalmer opened this issue Jun 2, 2022 · 0 comments · Fixed by #14

Comments

@gtpalmer
Copy link

gtpalmer commented Jun 2, 2022

If the binary one is trying to build an appimage from contains a directory dependency, for example a filegroup, the build will fail with:

...line 264, in copyfile
    with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
IsADirectoryError: [Errno 21] Is a directory: <directory target path>
lalten added a commit that referenced this issue Jun 2, 2022
lalten added a commit that referenced this issue Jun 2, 2022
@lalten lalten closed this as completed in #14 Jun 2, 2022
lalten added a commit that referenced this issue Jun 2, 2022
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

Successfully merging a pull request may close this issue.

1 participant