aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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