From cd6989265d35581405ad7bdf0ea970d270ad75d1 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 14 Nov 2004 19:10:46 +0000 Subject: [PATCH] Uninstaller should remove tor_resolve.exe too svn:r2867 --- contrib/tor.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 1cd1c997f0..d0e02adc53 100644 --- a/contrib/tor.nsi +++ b/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"