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

fix: always build for x64 on macOS #310

Merged
merged 1 commit into from
Dec 6, 2022
Merged

fix: always build for x64 on macOS #310

merged 1 commit into from
Dec 6, 2022

Conversation

bajtos
Copy link
Member

@bajtos bajtos commented Dec 6, 2022

Before this change, when running npm run package on an Apple M1/M2 computer, electron builder was creating a package for arm64. Since we are not downloading Saturn L2 node for arm64, we ended up with a broken Station app.

In this commit, I am changing electron-builder config to always build for x64 when running on macOS.

Before this change, when running `npm run package` on an Apple M1/M2
computer, electron builder was creating a package for `arm64`. Since
we are not downloading Saturn L2 node for `arm64`, we ended up with
a broken Station app.

In this commit, I am changing electron-builder config to always
build for `x64` when running on macOS.

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
@bajtos
Copy link
Member Author

bajtos commented Dec 6, 2022

Extracted from #294

@bajtos bajtos merged commit 7f2f114 into main Dec 6, 2022
@bajtos bajtos deleted the fix-macos-package-arm64 branch December 6, 2022 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants