Skip to content

Commit

Permalink
Added M1 compatibility
Browse files Browse the repository at this point in the history
Added apple silicon universal support as mentioned here electron-userland/electron-builder#5689 to fix ganeshrvel#220
  • Loading branch information
erseco authored Mar 28, 2021
1 parent d820c48 commit 68b6902
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,14 @@
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "./build/entitlements.mac.plist",
"entitlementsInherit": "./build/entitlements.mac.plist",
"target": [
"dmg",
"zip"
]
"entitlementsInherit": "./build/entitlements.mac.plist",
"target": {
"target": [
"dmg",
"zip"
],
"arch": "universal"
},
},
"mas": {
"type": "distribution",
Expand Down

0 comments on commit 68b6902

Please sign in to comment.