-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
EEXIST: icon already exists building AppImage #2599
Comments
Getting the same error too since yesterday:
Error is:
If the target of the link already exists, perhaps it should simply be deleted first? |
Apparently this is not fixed. I tried to build AppImage just seconds ago with version |
@jarrodek Is it possible to provide project to reproduce? |
@develar, here is a recent example from a few minutes ago: https://travis-ci.org/laurent22/joplin/jobs/343608178 If you need any help to replicate the bug please let me know. |
@laurent22 In your package.json I see that you use old 19.x, not latest 20.1.0. |
@laurent22 reproduced. Fixed in |
When this fails, despite the error trace appearing the overall command succeeds. This means an automated build won't detect this failure - it would be good if partial build failures led to an overall non-zero exit code I think. |
@develar Sorry, I was busy. |
When trying to build an AppImage I get:
snap, deb, and rpm build fine. If I put in a
directories/buildResources
configuration to the directory with my icon, and there is an icon.png file in that directory, the issue goes away (but in turn those resources don't get packed).Here's the debug output prior to the backtrace from above:
The text was updated successfully, but these errors were encountered: