[or-cvs] Backport tor.nsi fixes

Nick Mathewson nickm at seul.org
Wed Aug 3 17:20:29 UTC 2005


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

Modified Files:
      Tag: tor-0_1_0-patches
	tor.nsi 
Log Message:
Backport tor.nsi fixes

Index: tor.nsi
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/tor.nsi,v
retrieving revision 1.41.2.4
retrieving revision 1.41.2.5
diff -u -d -r1.41.2.4 -r1.41.2.5
--- tor.nsi	18 Jul 2005 06:07:28 -0000	1.41.2.4
+++ tor.nsi	3 Aug 2005 17:20:27 -0000	1.41.2.5
@@ -133,6 +133,7 @@
    File "..\README"
    File "..\AUTHORS"
    File "..\ChangeLog"
+   File "..\LICENSE"
 SectionEnd
 
 SubSection /e "Shortcuts" Shortcuts
@@ -148,7 +149,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