Add MacOs arm64 build (#37)
This commit is contained in:
parent
bddfa60f19
commit
aae4223294
1 changed files with 9 additions and 0 deletions
|
@ -80,6 +80,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
|
"target": [
|
||||||
|
{
|
||||||
|
"target": "default",
|
||||||
|
"arch": [
|
||||||
|
"x64",
|
||||||
|
"arm64"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"category": "Network"
|
"category": "Network"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
|
|
Loading…
Reference in a new issue