added InstallOptions readme to start menu group
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4174 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7fd7935769
commit
1ec23fffa4
1 changed files with 4 additions and 1 deletions
|
@ -726,7 +726,6 @@ Section -post
|
|||
Push AdvSplash
|
||||
Call AddReadmeToStartMenu
|
||||
|
||||
|
||||
; Math
|
||||
Push Math
|
||||
Call AddReadmeToStartMenu
|
||||
|
@ -759,6 +758,10 @@ Section -post
|
|||
Push VPatch
|
||||
Call AddReadmeToStartMenu
|
||||
|
||||
; InstallOptions
|
||||
Push InstallOptions
|
||||
Call AddReadmeToStartMenu
|
||||
|
||||
no_startshortcuts:
|
||||
!endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue