[or-cvs] untested) NSI fix to ship tor license and put a link to doc...

Nick Mathewson nickm at seul.org
Wed Aug 3 17:02:40 UTC 2005


Update of /home/or/cvsroot/tor/contrib
In directory moria:/tmp/cvs-serv6274/contrib

Modified Files:
	tor.nsi 
Log Message:
(untested) NSI fix to ship tor license and put a link to doc directory in start menu

Index: tor.nsi
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/tor.nsi,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- tor.nsi	25 Jul 2005 09:12:18 -0000	1.48
+++ tor.nsi	3 Aug 2005 17:02:38 -0000	1.49
@@ -132,6 +132,7 @@
    File "..\README"
    File "..\AUTHORS"
    File "..\ChangeLog"
+   File "..\LICENSE"
 SectionEnd
 
 SubSection /e "Shortcuts" Shortcuts
@@ -147,7 +148,8 @@
    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
 



More information about the tor-commits mailing list