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
Describe the solution you'd like electron-builder supports arm builds. It would be good for M1 Macs to have native build.
electron-builder
Additional context Need to update package.json Mac target to specify platforms like following:
package.json
"target": [ { "target": "dmg", "arch": [ "x64", "arm64" ] } ],
The text was updated successfully, but these errors were encountered:
jely2002#379 MacOS ARM Support
6aa430a
Merge pull request #5 from olegshulyakov/feature/mac-arm-support
2c4feb4
jely2002#379 Add macos universal architecture
c2aff4c
Merge pull request #35 from olegshulyakov/feature/mac-arm-support
b1aa8f9
Successfully merging a pull request may close this issue.
Describe the solution you'd like
electron-builder
supports arm builds. It would be good for M1 Macs to have native build.Additional context
Need to update
package.json
Mac target to specify platforms like following:The text was updated successfully, but these errors were encountered: