aboutsummaryrefslogtreecommitdiffstats
path: root/electron-builder.yml
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2022-07-10 10:32:48 +0100
committerLibravatar GitHub <noreply@github.com>2022-07-10 09:32:48 +0000
commit71f37ab47579ffcb27513a69b0cb46a82ddad529 (patch)
tree5973ee597fdfec5de996243a1afdc5500730baf3 /electron-builder.yml
parent6.0.0-nightly.93 [skip ci] (diff)
downloadferdium-app-71f37ab47579ffcb27513a69b0cb46a82ddad529.tar.gz
ferdium-app-71f37ab47579ffcb27513a69b0cb46a82ddad529.tar.zst
ferdium-app-71f37ab47579ffcb27513a69b0cb46a82ddad529.zip
Remove msi builds on windows and build separate windows installers for all archs (#459)
Diffstat (limited to 'electron-builder.yml')
-rw-r--r--electron-builder.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 27f1b4cba..f93d275fd 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -15,7 +15,7 @@ snap:
15nsis: 15nsis:
16 perMachine: false 16 perMachine: false
17 oneClick: true 17 oneClick: true
18 artifactName: "${productName}-${os}-AutoSetup-${version}.${ext}" 18 artifactName: "${productName}-${os}-AutoSetup-${version}-${arch}.${ext}"
19 19
20portable: 20portable:
21 artifactName: "${productName}-${os}-Portable-${version}-${arch}.${ext}" 21 artifactName: "${productName}-${os}-Portable-${version}-${arch}.${ext}"
@@ -77,8 +77,6 @@ win:
77 target: 77 target:
78 - target: nsis 78 - target: nsis
79 arch: [x64, ia32, arm64] 79 arch: [x64, ia32, arm64]
80 - target: msi
81 arch: [x64, ia32]
82 - target: portable 80 - target: portable
83 arch: [x64, ia32, arm64] 81 arch: [x64, ia32, arm64]
84 # The name of the CN appearing in the certificate must be present in the publisherName list below 82 # The name of the CN appearing in the certificate must be present in the publisherName list below