Browse Source

Add macOS arm64 build

master
jeffvli 3 years ago
parent
commit
f125fbd9b8
  1. 4
      package.json

4
package.json

@ -53,6 +53,10 @@
"target": [ "target": [
"dmg" "dmg"
], ],
"arch": [
"x64",
"arm64"
],
"type": "distribution", "type": "distribution",
"hardenedRuntime": true, "hardenedRuntime": true,
"entitlements": "assets/entitlements.mac.plist", "entitlements": "assets/entitlements.mac.plist",

Loading…
Cancel
Save