diff options
-rw-r--r-- | contrib/tor-mingw.nsi.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index d83aa5ca5e..3cfce46cb5 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -188,6 +188,7 @@ Section "Uninstall" RMDir /r "$INSTDIR\Documents" RMDir $INSTDIR RMDir /r "$SMPROGRAMS\Tor" + RMDir /r "$APPDATA\Tor" Delete "$SMSTARTUP\Tor.lnk" DeleteRegKey HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Tor" SectionEnd |