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 build doesn't include images #142

Closed
mykter opened this issue Feb 17, 2018 · 0 comments
Closed

AppImage build doesn't include images #142

mykter opened this issue Feb 17, 2018 · 0 comments
Labels

Comments

@mykter
Copy link
Owner

mykter commented Feb 17, 2018

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.

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

No branches or pull requests

1 participant