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

Built app doesn't launch with Electron 6.0.0 due to outdated electron-builder #390

Closed
caesar opened this issue Jul 31, 2019 · 1 comment
Closed

Comments

@caesar
Copy link

caesar commented Jul 31, 2019

Describe the bug
Electron 6.0.0. has three new Helper apps which must be included in the build.
The version of electron-builder used by this module doesn't handle this.
A new version 21.2.0 was just released which correctly copies the new helpers.

To Reproduce

  1. Set up a vue-cli-plugin-electron-builder with Electron 6.0.0.
  2. Build.
  3. Try launching the app.

Expected behavior
vue-cli-plugin-electron-builder should work with Electron 6.0.0

Environment (please complete the following information):

  • OS and version: macOS (any)
  • node version: any
  • npm version: any
  • yarn version (if used): any
  • vue-cli-plugin-electron-builder version : 1.3.6
  • electron version: 6.0.0

Additional context

@nklayman
Copy link
Owner

nklayman commented Aug 3, 2019

Fixed in v1.4.0 by upgrading electron-builder version.

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