Selaa lähdekoodia

(untested) NSI fix to ship tor license and put a link to doc directory in start menu

svn:r4684
Nick Mathewson 19 vuotta sitten
vanhempi
commit
41e48519d0
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      contrib/tor.nsi

+ 3 - 1
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