aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2022-06-25 02:20:47 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-25 01:20:47 +0000
commit1f1d57b69722c8e0815a3bf495db23bf4043163b (patch)
tree9c0cfb561602c7edafc53188a7a3029e5ea872f6 /electron-builder.yml
parentUpdate node modules (diff)
downloadferdium-app-1f1d57b69722c8e0815a3bf495db23bf4043163b.tar.gz
ferdium-app-1f1d57b69722c8e0815a3bf495db23bf4043163b.tar.zst
ferdium-app-1f1d57b69722c8e0815a3bf495db23bf4043163b.zip
Enable windows code signing (#361)
Co-authored-by: Vijay Aravamudhan <vraravam@users.noreply.github.com>
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