We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c8902 commit 6348196Copy full SHA for 6348196
package.json
@@ -153,6 +153,22 @@
153
"sign": false
154
},
155
"mac": {
156
+ "mergeASARs": false,
157
+ "target": [
158
+ {
159
+ "target": "dmg",
160
+ "arch": [
161
+ "universal"
162
+ ]
163
+ },
164
165
+ "target": "zip",
166
167
168
169
+ }
170
+ ],
171
+ "x64ArchFiles": "**/static/bin/*",
172
"category": "public.app-category.education",
173
"hardenedRuntime": true,
174
"entitlements": "public/entitlements.mac.inherit.plist",
0 commit comments