aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-12-20 12:22:40 +0100
committerLibravatar Bennett <hello@vantezzen.io>2020-12-20 12:22:40 +0100
commit0b3ccc0751f4e2e8d0ff4d8a5ac3fb8588f8e935 (patch)
tree4efb07504af28cff51e3bf0d129f7a06b9a598d7 /electron-builder.yml
parentUpdate build config (diff)
downloadferdium-app-0b3ccc0751f4e2e8d0ff4d8a5ac3fb8588f8e935.tar.gz
ferdium-app-0b3ccc0751f4e2e8d0ff4d8a5ac3fb8588f8e935.tar.zst
ferdium-app-0b3ccc0751f4e2e8d0ff4d8a5ac3fb8588f8e935.zip
Remove notarization
We need to disable the notarization step for now as we can only notarize signed binaries
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 86349ba6b..f43e33950 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -18,8 +18,6 @@ mac:
18 NSMicrophoneUsageDescription: "This app requires camera access for video messaging services." 18 NSMicrophoneUsageDescription: "This app requires camera access for video messaging services."
19 NSCameraUsageDescription: "This app requires microphone access for audio messaging services." 19 NSCameraUsageDescription: "This app requires microphone access for audio messaging services."
20 20
21afterSign: ./build-helpers/notarize.js
22
23dmg: 21dmg:
24 background: ./build-helpers/images/dmgInstaller.tiff 22 background: ./build-helpers/images/dmgInstaller.tiff
25 icon: ./build-helpers/images/icon.icns 23 icon: ./build-helpers/images/icon.icns