Skip to content

Commit fd95d7b

Browse files
committed
Make sure we delete all AppData content on Windows on uninstall
1 parent 743966d commit fd95d7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
},
7979
"nsis": {
8080
"installerIcon": "./src/icons/icon.ico",
81-
"artifactName": "HttpToolkit-installer-${version}.exe"
81+
"artifactName": "HttpToolkit-installer-${version}.exe",
82+
"deleteAppDataOnUninstall": true
8283
},
8384
"linux": {
8485
"target": [

0 commit comments

Comments
 (0)