From d970bfb143f3efa6bde231e8453e578f54cf1351 Mon Sep 17 00:00:00 2001 From: Alphrag <34252790+Alphrag@users.noreply.github.com> Date: Sat, 17 Jun 2023 16:28:48 +0100 Subject: Remove certificate verification in windows auto-update (#1244) --- electron-builder.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'electron-builder.yml') 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: arch: [x64, ia32, arm64] # The name of the CN appearing in the certificate must be present in the publisherName list below publisherName: ["Ferdium Contributors", "Ambroise Grau"] + # Remove the verification for a signature to allow auto-update without signed certificate + verifyUpdateCodeSignature: false linux: icon: ./build-helpers/images/icons -- cgit v1.2.3-70-g09d2