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

View File

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