Skip to content

Commit

Permalink
SDA-4562 - set deleteAppDataOnUninstall to true
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed May 15, 2024
1 parent d457d3e commit f1de284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"allowToChangeInstallationDirectory": false,
"allowElevation": false,
"include": "build/installer.nsh",
"uninstallDisplayName": "${productName}"
"uninstallDisplayName": "${productName}",
"deleteAppDataOnUninstall": true
},
"files": [
"!.git${/*}",
Expand Down

0 comments on commit f1de284

Please sign in to comment.