Sfoglia il codice sorgente

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


svn:r8651
Andrew Lewman 19 anni fa
parent
commit
f6989da181
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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