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

Apple Silicon, Electron 11 compatibility #1136

Closed
alectrocute opened this issue Nov 12, 2020 · 1 comment
Closed

Apple Silicon, Electron 11 compatibility #1136

alectrocute opened this issue Nov 12, 2020 · 1 comment

Comments

@alectrocute
Copy link

alectrocute commented Nov 12, 2020

Is your feature request related to a problem? Please describe.

To build for Apple’s newly released ARM platform, I’m under the impression we’ll need Electron 11. Without this, end users on said hardware cannot open distributed Electron apps.

Describe the solution you'd like

If Electron 11 isn’t currently supported, I would love to see it supported so we can migrate and support flagship Apple hardware in production.

Describe alternatives you've considered

Alternative build flow/packager, but would like to avoid that.

Additional context

electron-userland/electron-builder#5392

electron-userland/electron-builder#5397

@nklayman
Copy link
Owner

This plugin supports Electron 11 just fine afaik, I just haven't added it as an option to the generator because Spectron (Electron's testing framework) is broken for versions 10+. Usually, Spectron is updated soon after the Electron release, but it seems like they are really slacking this time around, see electron-userland/spectron#720. I may just have to add it to the generator anyway with a note about the lack of testing support.

As for Apple Silicon support, this plugin should support it as soon as electron-builder and electron do. I won't be getting an apple silicon device so I won't be able to test it myself to confirm, however.

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

No branches or pull requests

2 participants