tauri/.changes/fix-nsis-uninstall-delete-app-data.md
Jet Li ca977f4b87
fix(bundler/nsis): revert shell context change before deleting appdata, closes #7588 (#7591)
* fix(bundler/nsis): delete app data of current user when uninstall, closes #7588

* fix(bundler/nsis): delete app data of current user when uninstall, closes #7588

* Update .changes/fix-nsis-uninstall-delete-app-data.md

---------
2023-08-15 18:59:44 +03:00

6 lines
163 B
Markdown

---
'tauri-bundler': 'patch:bug'
---
On Windows, Fix NSIS uninstaller deleting the wrong application data if the delete the application data checkbox is checked.