Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
348b0a8e
Commit
348b0a8e
authored
Dec 14, 2007
by
Andrew Lewman
Browse files
remove vestiges of libcrypto and libssl
svn:r12804
parent
7e327380
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/tor-mingw.nsi.in
View file @
348b0a8e
...
...
@@ -13,7 +13,7 @@
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
!define BIN "..\bin" ;BIN is where it expects to find tor.exe, tor-resolve.exe
, libcrypto.a and libssl.a
!define BIN "..\bin" ;BIN is where it expects to find tor.exe, tor-resolve.exe
SetCompressor /SOLID LZMA ;Tighter compression
...
...
@@ -201,8 +201,6 @@ FunctionEnd
Function un.InstallFiles
Delete "$DESKTOP\Tor.lnk"
Delete "$INSTDIR\libcrypto.a"
Delete "$INSTDIR\libssl.a"
Delete "$INSTDIR\tor.exe"
Delete "$INSTDIR\tor-resolve.exe"
Delete "$INSTDIR\Tor Website.url"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment