Skip to content

Commit 2be6588

Browse files
authored
Merge pull request #83 from FlowTestAI/dist-x64-arm64
Release dist for x64 and arm64
2 parents 49f4d9b + d77dca3 commit 2be6588

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/flowtest-electron/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,13 @@
5252
"target": "nsis"
5353
},
5454
"mac": {
55-
"target": "dmg",
55+
"target": {
56+
"target": "default",
57+
"arch": [
58+
"x64",
59+
"arm64"
60+
]
61+
},
5662
"category": "public.app-category.developer-tools",
5763
"identity": "Sajal Jain (Z25C545DT5)",
5864
"hardenedRuntime": true,

src/assets/icons/flow-triangle.png

23 KB
Loading

0 commit comments

Comments
 (0)