Browse Source

Fix macOS arm64 build

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

12
package.json

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

Loading…
Cancel
Save