You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building an Electron app on Mac for arm64 and x64. There are 2 options for bundling. Could anyone help out with either or both of them?
Fat/Universal build
Advantages: One file to rule them all
Problem: There is no documentation how to build an Electron app for universal arch.
Seperate build
Advantage 1: Smaller app bundle
Problem: There is no documentation about how to use it with electron-updater. I've two build machines (arm64 and x64) and both would overwrite each others latest-mac.yml. Are there any insights to this topic how to have one latest-mac.yml with both architectures?
The text was updated successfully, but these errors were encountered:
sebastianrath
changed the title
Missing information in documentation how to build for arm64 and x64
Missing information how to build for arm64 and x64
Jun 15, 2021
Description
I'm building an Electron app on Mac for arm64 and x64. There are 2 options for bundling. Could anyone help out with either or both of them?
latest-mac.yml
. Are there any insights to this topic how to have onelatest-mac.yml
with both architectures?The text was updated successfully, but these errors were encountered: