Browse Source

Fix macOS arm64 build

master
jeffvli 3 years ago
parent
commit
123a2a05b0
  1. 14
      package.json

14
package.json

@ -50,13 +50,13 @@
"allowToChangeInstallationDirectory": true "allowToChangeInstallationDirectory": true
}, },
"mac": { "mac": {
"target": [ "target": {
"dmg" "target": "default",
], "arch": [
"arch": [ "arm64",
"x64", "x64"
"arm64" ]
], },
"type": "distribution", "type": "distribution",
"hardenedRuntime": true, "hardenedRuntime": true,
"entitlements": "assets/entitlements.mac.plist", "entitlements": "assets/entitlements.mac.plist",

Loading…
Cancel
Save