aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2023-05-29 13:31:48 +0100
committerLibravatar GitHub <noreply@github.com>2023-05-29 18:01:48 +0530
commit22f92370681b8c3aa981d4b5c9ea4c02105f084e (patch)
treeb6e501a1622fd8a32f943c8420398df53a432706
parentUpdate react-router-dom, react-tooltip & react-transition-group latest versio... (diff)
downloadferdium-app-22f92370681b8c3aa981d4b5c9ea4c02105f084e.tar.gz
ferdium-app-22f92370681b8c3aa981d4b5c9ea4c02105f084e.tar.zst
ferdium-app-22f92370681b8c3aa981d4b5c9ea4c02105f084e.zip
Allow user to choose install location on windows (#1204)
-rw-r--r--electron-builder.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/electron-builder.yml b/electron-builder.yml
index 363785cf4..68d0acbbf 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -13,8 +13,9 @@ snap:
13 provider: snapStore 13 provider: snapStore
14 14
15nsis: 15nsis:
16 perMachine: true 16 perMachine: false
17 oneClick: true 17 oneClick: false
18 allowToChangeInstallationDirectory: true
18 artifactName: "${productName}-${os}-AutoSetup-${version}-${arch}.${ext}" 19 artifactName: "${productName}-${os}-AutoSetup-${version}-${arch}.${ext}"
19 20
20portable: 21portable: