windows: fix daemon cache and socket cleanup on uninstall

This commit is contained in:
zaneschepke
2026-03-06 01:51:48 -05:00
parent e7c33df9d2
commit 6602a4e987
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ app {
</desktop6:Extension> </desktop6:Extension>
""" """
// TODO figure out how to remove daemon state to prevent sync issues on uninstall // WinSW will clean up daemon cache and socket in onuninstall hook of the windows service
virtualization { virtualization {
excluded-directories += "LocalAppData/Temp" excluded-directories += "LocalAppData/Temp"
} }