Commit f6989da1 authored by Andrew Lewman's avatar Andrew Lewman
Browse files

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



svn:r8651
parent 52275317
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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