Skip to content

Commit e2c5aaa

Browse files
authored
Merge pull request #93 from nonab/patch-1
Allow selecting the install location in the Window installer #453
2 parents bc18cc4 + f2c45e1 commit e2c5aaa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@
7878
"nsis": {
7979
"installerIcon": "./src/icons/icon.ico",
8080
"artifactName": "HttpToolkit-${version}.exe",
81-
"deleteAppDataOnUninstall": true
81+
"deleteAppDataOnUninstall": true,
82+
"oneClick": false,
83+
"allowToChangeInstallationDirectory": true,
84+
"perMachine": false,
85+
"allowElevation": true
8286
},
8387
"linux": {
8488
"target": [

0 commit comments

Comments
 (0)