Skip to content

Commit

Permalink
change electron builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Nov 27, 2024
1 parent 39239b3 commit 78c80a6
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,9 @@
files: ["dist", "dist-electron"],
afterSign: "scripts/notarize.cjs",
mac: {
"target": {
"target": "default",
"arch": [
"arm64"
]
},
"type": "distribution",
"hardenedRuntime": true,
"entitlements": "assets/entitlements.mac.plist",
"entitlementsInherit": "assets/entitlements.mac.plist",
"artifactName": "${name}-${version}-${platform}_${arch}.${ext}",
"gatekeeperAssess": false
notarize: false,
target: ["dmg"],
artifactName: "outerbase-mac-${version}.${ext}",
},
win: {
target: [
Expand Down

0 comments on commit 78c80a6

Please sign in to comment.