Skip to content

MacOS ARM Support #379

@olegshulyakov

Description

@olegshulyakov

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:

"target": [
  {
    "target": "dmg",
    "arch": [
      "x64",
      "arm64"
    ]
  }
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions