We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After specifying this build config:
"directories": { "buildResources": "resources" }
electron-builder won't include the resources directory in the asar, which means the images can't be used for systray creation.
But removing that entry (which should now be possible in 20.0.4) bumps into this bug: electron-userland/electron-builder#2599
Could work around it by adding a files directive, but hopefully once 2599 is fixed everything will just work with the default config.
The text was updated successfully, but these errors were encountered:
d707044
No branches or pull requests
After specifying this build config:
electron-builder won't include the resources directory in the asar, which means the images can't be used for systray creation.
But removing that entry (which should now be possible in 20.0.4) bumps into this bug: electron-userland/electron-builder#2599
Could work around it by adding a files directive, but hopefully once 2599 is fixed everything will just work with the default config.
The text was updated successfully, but these errors were encountered: