Skip to content

Commit 4a55b53

Browse files
committed
Seperating builds for Mac
1 parent f934208 commit 4a55b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
name: '@electron-forge/maker-dmg',
2828
config: { format: 'UDZO' },
2929
platforms: ['darwin'],
30-
arch: ['universal'],
30+
arch: ['x64','arm64'],
3131
},
3232
{
3333
name: '@electron-forge/maker-deb',

0 commit comments

Comments
 (0)