diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-14 19:10:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-14 19:10:46 +0000 |
commit | cd6989265d35581405ad7bdf0ea970d270ad75d1 (patch) | |
tree | a891640ae9362ff992beda19c0ef23130505f495 /contrib/tor.nsi | |
parent | 8a5124e2e58c169d8626c3d6830496b4fff51346 (diff) | |
download | tor-cd6989265d35581405ad7bdf0ea970d270ad75d1.tar tor-cd6989265d35581405ad7bdf0ea970d270ad75d1.tar.gz |
Uninstaller should remove tor_resolve.exe too
svn:r2867
Diffstat (limited to 'contrib/tor.nsi')
-rw-r--r-- | contrib/tor.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 1cd1c997f..d0e02adc5 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" |