Skip to content

Commit 3aa18e7

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

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
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)