From 41e48519d09dbd24d3c2614e2451b3f50d2c9327 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 3 Aug 2005 17:02:38 +0000 Subject: [PATCH] (untested) NSI fix to ship tor license and put a link to doc directory in start menu svn:r4684 --- contrib/tor.nsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/tor.nsi b/contrib/tor.nsi index 8bc4b6e075..1db00b64a3 100644 --- a/contrib/tor.nsi +++ b/contrib/tor.nsi @@ -132,6 +132,7 @@ Section "Documents" Docs File "..\README" File "..\AUTHORS" File "..\ChangeLog" + File "..\LICENSE" SectionEnd SubSection /e "Shortcuts" Shortcuts @@ -147,7 +148,8 @@ Section "Start Menu" StartMenu CreateShortCut "$SMPROGRAMS\Tor\Uninstall.lnk" "$INSTDIR\Uninstall.exe" IfFileExists "$INSTDIR\Documents\*.*" "" +4 CreateDirectory "$SMPROGRAMS\Tor\Documents" - CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Documentation.lnk" "$INSTDIR\Documents\tor-doc.html" + CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Manual.lnk" "$INSTDIR\Documents\tor-doc.html" + CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Documentation.lnk" "$INSTDIR\Documents" CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Specification.lnk" "$INSTDIR\Documents\tor-spec.txt" SectionEnd