aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index a7763ebf0..93c59e52e 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -64,7 +64,8 @@ win:
64 arch: [x64, ia32] 64 arch: [x64, ia32]
65 - target: portable 65 - target: portable
66 arch: [x64, ia32] 66 arch: [x64, ia32]
67 publisherName: "Ferdium Contributors" 67 # The name of the CN appearing in the certificate must be present in the publisherName list below
68 publisherName: ["Ferdium Contributors", "Ambroise Grau"]
68 69
69linux: 70linux:
70 icon: ./build-helpers/images/icons 71 icon: ./build-helpers/images/icons