aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
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