Skip to content

Commit ab539f9

Browse files
committed
release version incudes x64 and arm64
1 parent 5cb550c commit ab539f9

File tree

2 files changed

+114
-1
lines changed

2 files changed

+114
-1
lines changed

electron-builder.json5

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@
1616
],
1717
"mac": {
1818
"icon": "public/logo.png",
19-
"target": ["dmg"]
19+
"target": [
20+
{
21+
"target": "dmg",
22+
"arch": [
23+
"x64",
24+
"arm64"
25+
]
26+
}
27+
]
2028
},
2129
"win": {
2230
"icon": "public/logo.png",

package-lock.json

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)