Skip to content

Commit 1359c8c

Browse files
Adding build to package.json
1 parent cb0902e commit 1359c8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

forge.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ module.exports = {
6262
chooseDirectory: true
6363
}
6464
}
65+
},
66+
{
67+
name: '@electron-forge/maker-dmg',
68+
config: {
69+
universal: true
70+
}
6571
}
6672
],
6773
plugins: [

0 commit comments

Comments
 (0)