Add MacOs arm64 build (#37)

This commit is contained in:
Priultimus 2023-05-23 21:02:30 -04:00 committed by GitHub
parent bddfa60f19
commit aae4223294
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,6 +80,15 @@
}
},
"mac": {
"target": [
{
"target": "default",
"arch": [
"x64",
"arm64"
]
}
],
"category": "Network"
},
"nsis": {