-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 started failing when file association contains multiple extensions #3204
Comments
@develar, @AdrianoFerrari, is this a recent regression in |
Thanks for making it easy to reproduce. |
First impressions, @lutzroeder :
Or in YAML:
Seems to run OK when I do that (well, except for other package.json complains like missing author email). Not sure why that would have worked with |
Makes sense and thank you for looking into this. Guess it should either turn into a breaking change allowing only one extension per association and Win/Mac should flag arrays as an error as well or it should be fixed for |
It is regression and will be addressed soon. |
The entry for building deb packages was removed, because I could not manage to get it working. Registering multiple file associations was changed, because of Electron-Builder issue #3204 (electron-userland/electron-builder#3204).
This issue is still not fixed. Any progress here or wontfix but please update the documentation if so? |
There is another problem associated with the workaround @AdrianoFerrari mentioned. The workaround also fails when using the same icon for more than one entry on macOS. |
This error is still present when build AppImage in the current version of electron-builder (22.3.1) This is the error you are currently giving:
For example, this works
But this gives error
|
as of 22.11.8 this is still an issue. |
Also still having the same issue. |
as of 22.13.1 this is still an issue. |
The entry for building deb packages was removed, because I could not manage to get it working. Registering multiple file associations was changed, because of Electron-Builder issue #3204 (electron-userland/electron-builder#3204).
The entry for building deb packages was removed, because I could not manage to get it working. Registering multiple file associations was changed, because of Electron-Builder issue #3204 (electron-userland/electron-builder#3204).
npx electron-builder --linux
started failing whenelectron-builder.yml
orpackage.json
contains multiple file extensions for a single association. Works when building--mac
and--win
.Simple repro: repro3204.zip
The text was updated successfully, but these errors were encountered: