build: arm64 on windows, universal on mac
This commit is contained in:
parent
0e49e5e8f6
commit
9e3d83a2ee
1 changed files with 15 additions and 4 deletions
19
package.json
19
package.json
|
@ -118,8 +118,7 @@
|
|||
{
|
||||
"target": "default",
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
"universal"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -158,8 +157,20 @@
|
|||
},
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis",
|
||||
"zip"
|
||||
{
|
||||
"target": "nsis",
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target": "zip",
|
||||
"arch": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"publish": {
|
||||
|
|
Loading…
Reference in a new issue