aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2023-06-17 16:28:48 +0100
committerLibravatar GitHub <noreply@github.com>2023-06-17 16:28:48 +0100
commitd970bfb143f3efa6bde231e8453e578f54cf1351 (patch)
tree05ca00b6f763b86f0a8241603d2f2189ab037c35 /electron-builder.yml
parentfix: changelog links opening in-app instead of browser (#1241) (diff)
downloadferdium-app-d970bfb143f3efa6bde231e8453e578f54cf1351.tar.gz
ferdium-app-d970bfb143f3efa6bde231e8453e578f54cf1351.tar.zst
ferdium-app-d970bfb143f3efa6bde231e8453e578f54cf1351.zip
Remove certificate verification in windows auto-update (#1244)
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 085dc609d..2cb0fe5d7 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -84,6 +84,8 @@ win:
84 arch: [x64, ia32, arm64] 84 arch: [x64, ia32, arm64]
85 # The name of the CN appearing in the certificate must be present in the publisherName list below 85 # The name of the CN appearing in the certificate must be present in the publisherName list below
86 publisherName: ["Ferdium Contributors", "Ambroise Grau"] 86 publisherName: ["Ferdium Contributors", "Ambroise Grau"]
87 # Remove the verification for a signature to allow auto-update without signed certificate
88 verifyUpdateCodeSignature: false
87 89
88linux: 90linux:
89 icon: ./build-helpers/images/icons 91 icon: ./build-helpers/images/icons