aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--electron-builder.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 17c1fd38f..363785cf4 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -13,7 +13,7 @@ snap:
13 provider: snapStore 13 provider: snapStore
14 14
15nsis: 15nsis:
16 perMachine: false 16 perMachine: true
17 oneClick: true 17 oneClick: true
18 artifactName: "${productName}-${os}-AutoSetup-${version}-${arch}.${ext}" 18 artifactName: "${productName}-${os}-AutoSetup-${version}-${arch}.${ext}"
19 19