aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 93c59e52e..f0a26b2d0 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -59,11 +59,11 @@ win:
59 icon: ./build-helpers/images/icon.ico 59 icon: ./build-helpers/images/icon.ico
60 target: 60 target:
61 - target: nsis 61 - target: nsis
62 arch: [x64, ia32] 62 arch: [x64, ia32, arm64]
63 - target: msi 63 - target: msi
64 arch: [x64, ia32] 64 arch: [x64, ia32]
65 - target: portable 65 - target: portable
66 arch: [x64, ia32] 66 arch: [x64, ia32, arm64]
67 # The name of the CN appearing in the certificate must be present in the publisherName list below 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 publisherName: ["Ferdium Contributors", "Ambroise Grau"]
69 69