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
Currently, the NSIS target does not work with arm64 if you also build for x64 architecture. When it's built, the scripts currently don't differentiate between x64 and arm64, and will overwrite one another when building the NSIS target.
Currently, the NSIS target does not work with arm64 if you also build for x64 architecture. When it's built, the scripts currently don't differentiate between x64 and arm64, and will overwrite one another when building the NSIS target.
Affiliated pull request: #4228
(requires changes to electron-userland/electron-builder-binaries and some additional testing)
Starting in electron 6.0.8, electron now ships official win/arm64 binaries, so it'd be a good idea to update electron-builder to support it.
The text was updated successfully, but these errors were encountered: