Explorar el Código

Uninstaller should remove tor_resolve.exe too

svn:r2867
Nick Mathewson hace 21 años
padre
commit
cd6989265d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      contrib/tor.nsi

+ 1 - 0
contrib/tor.nsi

@@ -167,6 +167,7 @@ Section "Uninstall"
    Delete "$INSTDIR\libeay32.dll"
    Delete "$INSTDIR\ssleay32.dll"
    Delete "$INSTDIR\tor.exe"
+   Delete "$INSTDIR\tor_resolve.exe"
    Delete "$INSTDIR\Tor Website.url"
    Delete "$INSTDIR\torrc"
    Delete "$INSTDIR\torrc.sample"