]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Uninstaller should remove tor_resolve.exe too
authorNick Mathewson <nickm@torproject.org>
Sun, 14 Nov 2004 19:10:46 +0000 (19:10 +0000)
committerNick Mathewson <nickm@torproject.org>
Sun, 14 Nov 2004 19:10:46 +0000 (19:10 +0000)
svn:r2867

contrib/tor.nsi

index 1cd1c997f0f453a2c826cc6043bea109bfbdf23d..d0e02adc53cf6d0512c5d15e1ec6a55d59f0993d 100644 (file)
@@ -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"