Skip to content

Commit f8e328b

Browse files
committed
Release dist for x64 and arm64
1 parent 49f4d9b commit f8e328b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/flowtest-electron/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,17 @@
4747
"files": [
4848
"**/*"
4949
],
50-
"afterSign": "notarize.js",
5150
"win": {
5251
"target": "nsis"
5352
},
5453
"mac": {
55-
"target": "dmg",
54+
"target": {
55+
"target": "default",
56+
"arch": [
57+
"x64",
58+
"arm64"
59+
]
60+
},
5661
"category": "public.app-category.developer-tools",
5762
"identity": "Sajal Jain (Z25C545DT5)",
5863
"hardenedRuntime": true,

src/assets/icons/flow-triangle.png

23 KB
Loading

0 commit comments

Comments
 (0)