Start menu link to modern UI readme
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@838 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9448dcccfe
commit
9266b4e712
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ Section "NSIS Examples (recommended)" SecExample
|
|||
File "..\Examples\Modern UI\Example.nsi"
|
||||
File "..\Examples\Modern UI\MultiLanguage.nsi"
|
||||
File "..\Examples\Modern UI\ModernUI.nsh"
|
||||
IfFileExists $SMPROGRAMS\NSIS 0 NoShortCuts
|
||||
CreateDirectory $SMPROGRAMS\NSIS\Contrib
|
||||
CreateShortCut "$SMPROGRAMS\NSIS\Contrib\Modern UI Readme.lnk" "$INSTDIR\Examples\Modern UI\Readme.html"
|
||||
NoShortCuts:
|
||||
SectionEnd
|
||||
|
||||
Section "NSI Development Shell Extensions" SecExtention
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue