[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1533: Add tor-reference.html to the list of shortcuts for Tor, so (trunk/pkg/win32)
Author: edmanm
Date: 2006-12-16 16:26:51 -0500 (Sat, 16 Dec 2006)
New Revision: 1533
Modified:
trunk/pkg/win32/vidalia-bundle.nsi
Log:
Add tor-reference.html to the list of shortcuts for Tor, so we match the
Tor-only win32 installer.
Modified: trunk/pkg/win32/vidalia-bundle.nsi
===================================================================
--- trunk/pkg/win32/vidalia-bundle.nsi 2006-12-16 16:41:08 UTC (rev 1532)
+++ trunk/pkg/win32/vidalia-bundle.nsi 2006-12-16 21:26:51 UTC (rev 1533)
@@ -200,6 +200,7 @@
IfFileExists "$INSTDIR\Tor\Documents\*.*" "" endifdocs
CreateDirectory "$SMPROGRAMS\Tor\Documents"
+ CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Manual.lnk" "$INSTDIR\Documents\tor-reference.html"
CreateShortCut "$SMPROGRAMS\Tor\Documents\Tor Documentation.lnk" "$INSTDIR\Tor\Documents"
CreateShortCut "$SMPROGRAMS\Tor\Documents\Version Specification.lnk" "$INSTDIR\Tor\Documents\version-spec.txt"
endifdocs: