Ver código fonte

Remove the Application Data\Tor directory on un-install in Windows.


svn:r8651
Andrew Lewman 17 anos atrás
pai
commit
f6989da181
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      contrib/tor-mingw.nsi.in

+ 1 - 0
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