aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-04-16 06:11:19 -0600
committerLibravatar GitHub <noreply@github.com>2024-04-16 12:11:19 +0000
commit33b965363150ea10965bf82cd54ad38c2cf213b8 (patch)
tree26ee408e5fe8cf776f1ed0a88058830163873f82 /electron-builder.yml
parentUpgrade electron to '30.0.0' (diff)
downloadferdium-app-33b965363150ea10965bf82cd54ad38c2cf213b8.tar.gz
ferdium-app-33b965363150ea10965bf82cd54ad38c2cf213b8.tar.zst
ferdium-app-33b965363150ea10965bf82cd54ad38c2cf213b8.zip
chore: upgrade `@electron/notarize` to v2 (#1687)
* chore: upgrade @electron/notarize to v2 - remove redundant `appBundleId` and provide fallback for `appleId` and `appleIdPassword` - replace `ts-ignore` with `eslint-disable` in notarize.js - Explicitly disable electron-builder notarizing Co-authored-by: Alphrag <34252790+Alphrag@users.noreply.github.com>
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index ba76bfde1..ad12c7e5a 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -70,6 +70,7 @@ mac:
70 entitlements: "./build-helpers/entitlements.mas.plist" 70 entitlements: "./build-helpers/entitlements.mas.plist"
71 entitlementsInherit: "./build-helpers/entitlements.mas.inherit.plist" 71 entitlementsInherit: "./build-helpers/entitlements.mas.inherit.plist"
72 artifactName: "${productName}-${os}-bundle-${version}-${arch}.${ext}" 72 artifactName: "${productName}-${os}-bundle-${version}-${arch}.${ext}"
73 notarize: false
73 target: 74 target:
74 - target: dmg 75 - target: dmg
75 arch: [x64, arm64] 76 arch: [x64, arm64]