aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-03 19:56:48 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-03 19:56:48 -0500
commite14df85e39a27944fdc4d5aecf084a68d7fd00c2 (patch)
treeda474d4dabb98026354dc1ab75c90ff6da1ab3ef /electron-builder.yml
parent6.0.0-nightly.52 [skip ci] (diff)
downloadferdium-app-e14df85e39a27944fdc4d5aecf084a68d7fd00c2.tar.gz
ferdium-app-e14df85e39a27944fdc4d5aecf084a68d7fd00c2.tar.zst
ferdium-app-e14df85e39a27944fdc4d5aecf084a68d7fd00c2.zip
Enable AutoUpdates from in-app with self-sign certificates on macOS (#213)
Co-authored-by: Alphrag <alphrag@pm.me>
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 822200234..64809a6da 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