We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f934208 commit 4a55b53Copy full SHA for 4a55b53
forge.config.js
@@ -27,7 +27,7 @@ module.exports = {
27
name: '@electron-forge/maker-dmg',
28
config: { format: 'UDZO' },
29
platforms: ['darwin'],
30
- arch: ['universal'],
+ arch: ['x64','arm64'],
31
},
32
{
33
name: '@electron-forge/maker-deb',
0 commit comments