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

MacOS ARM Support #379

Open
olegshulyakov opened this issue Jun 17, 2022 · 0 comments · May be fixed by #381
Open

MacOS ARM Support #379

olegshulyakov opened this issue Jun 17, 2022 · 0 comments · May be fixed by #381
Labels
feature request New major feature request

Comments

@olegshulyakov
Copy link

olegshulyakov commented Jun 17, 2022

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"
    ]
  }
],
@olegshulyakov olegshulyakov added the feature request New major feature request label Jun 17, 2022
olegshulyakov added a commit to olegshulyakov/youtube-dl-gui that referenced this issue Jun 17, 2022
olegshulyakov added a commit to olegshulyakov/youtube-dl-gui that referenced this issue Jun 18, 2022
@olegshulyakov olegshulyakov changed the title [FEATURE] MacOS ARM Support MacOS ARM Support Jun 18, 2022
@olegshulyakov olegshulyakov linked a pull request Jun 18, 2022 that will close this issue
olegshulyakov added a commit to olegshulyakov/youtube-dl-gui that referenced this issue Jun 18, 2022
olegshulyakov added a commit to olegshulyakov/youtube-dl-gui that referenced this issue Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New major feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant