Skip to content

Commit 6348196

Browse files
authored
Specify universal mac app as targets for electon-builder (#338)
* Specify universal mac app as targets for electon-builder * Add x64ArchFiles rule
1 parent 78c8902 commit 6348196

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,22 @@
153153
"sign": false
154154
},
155155
"mac": {
156+
"mergeASARs": false,
157+
"target": [
158+
{
159+
"target": "dmg",
160+
"arch": [
161+
"universal"
162+
]
163+
},
164+
{
165+
"target": "zip",
166+
"arch": [
167+
"universal"
168+
]
169+
}
170+
],
171+
"x64ArchFiles": "**/static/bin/*",
156172
"category": "public.app-category.education",
157173
"hardenedRuntime": true,
158174
"entitlements": "public/entitlements.mac.inherit.plist",

0 commit comments

Comments
 (0)