We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc18cc4 + f2c45e1 commit e2c5aaaCopy full SHA for e2c5aaa
package.json
@@ -78,7 +78,11 @@
78
"nsis": {
79
"installerIcon": "./src/icons/icon.ico",
80
"artifactName": "HttpToolkit-${version}.exe",
81
- "deleteAppDataOnUninstall": true
+ "deleteAppDataOnUninstall": true,
82
+ "oneClick": false,
83
+ "allowToChangeInstallationDirectory": true,
84
+ "perMachine": false,
85
+ "allowElevation": true
86
},
87
"linux": {
88
"target": [
0 commit comments