Commit ae6fe67
committed
Delete app data on Windows uninstall
Set `deleteAppDataOnUninstall: true` in the NSIS config so that
`%APPDATA%\{appName}` is automatically removed when a user uninstalls
the application. The underlying NSIS template already skips deletion
during updates (`${ifNot} ${isUpdated}`), so app data is preserved
when updating to a new version.
Without this flag, the app data directory persists after uninstall and
users have to find and delete it manually.1 parent 5aa0959 commit ae6fe67
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
0 commit comments