-
-
Couldn't load subscription status.
- Fork 1.8k
Closed
Labels
Description
- Electron-Builder Version: 22.13.1
- Node Version: 16.13.0
- Electron Version: 13.6.2
- Electron Type (current, beta, nightly): Current
- Target: arch x64 and arm64 mac
I am trying to build an electron app for both mac x64 and arm64 on a arm64 mac, the build process exits successfully but the built version for mac x64 does not open any window when I start it on a x64 mac, for arm64 Mac it works fine. I am using this command to build: electron-builder -m --x64 --arm64 --publish always
bjbk