summaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-21 08:20:29 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-21 08:20:29 +0530
commitedf0b02c15aaa84e5b11a444ab3979ac4f05bf20 (patch)
treee0e35f0546bf961581e593cdfcc6efb49647aeb7 /electron-builder.yml
parent6.0.0-nightly.70 [skip ci] (diff)
downloadferdium-app-edf0b02c15aaa84e5b11a444ab3979ac4f05bf20.tar.gz
ferdium-app-edf0b02c15aaa84e5b11a444ab3979ac4f05bf20.tar.zst
ferdium-app-edf0b02c15aaa84e5b11a444ab3979ac4f05bf20.zip
Revert "Update build process to sign mac releases"
This reverts commit 7122309df14f4854e31c6b09bb915d319bcd0aaa. The build is failing: https://github.com/ferdium/ferdium-app/runs/6976999014?check_suite_focus=true#step:15:57
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index d864a1848..142d3e2c3 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -26,7 +26,9 @@ dmg:
26 { x: 122, y: 240, type: file }, 26 { x: 122, y: 240, type: file },
27 ] 27 ]
28 28
29afterSign: ./build-helpers/notarize.js 29# TODO: When we have a registered developer account we need to uncomment this line so that the signing process can occur but without the notarization.
30# This is the notarization which would allow to have the DMG analysed so that it can be opened straight away after download.
31# afterSign: ./build-helpers/notarize.js
30 32
31protocols: 33protocols:
32 name: Ferdium 34 name: Ferdium