Skip to content

Commit 3aa18e7

Browse files
committed
fix: revert mac target
1 parent e939f9e commit 3aa18e7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,18 @@
9292
},
9393
"mac": {
9494
"target": [
95+
{
96+
"target": "dmg",
97+
"arch": [
98+
"x64",
99+
"arm64"
100+
]
101+
},
95102
{
96103
"target": "zip",
97104
"arch": [
98-
"x64"
105+
"x64",
106+
"arm64"
99107
]
100108
}
101109
],

0 commit comments

Comments
 (0)