We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f4d9b commit f8e328bCopy full SHA for f8e328b
2 files changed
packages/flowtest-electron/package.json
@@ -47,12 +47,17 @@
47
"files": [
48
"**/*"
49
],
50
- "afterSign": "notarize.js",
51
"win": {
52
"target": "nsis"
53
},
54
"mac": {
55
- "target": "dmg",
+ "target": {
+ "target": "default",
56
+ "arch": [
57
+ "x64",
58
+ "arm64"
59
+ ]
60
+ },
61
"category": "public.app-category.developer-tools",
62
"identity": "Sajal Jain (Z25C545DT5)",
63
"hardenedRuntime": true,
src/assets/icons/flow-triangle.png
23 KB
0 commit comments