mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
nsis: copy tutor directory recursively
fixes: vim/vim-win32-installer#382 closes: #17630 Signed-off-by: RestorerZ <restorer@mail2k.ru> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
bbeaa94e0e
commit
44a2e3c5d4
@ -498,7 +498,7 @@ Section "$(str_section_exe)" id_section_exe
|
|||||||
File ${VIMRT}\tools\*.*
|
File ${VIMRT}\tools\*.*
|
||||||
|
|
||||||
SetOutPath $0\tutor
|
SetOutPath $0\tutor
|
||||||
File /x Makefile /x *.info ${VIMRT}\tutor\*.*
|
File /r /x *.info ${VIMRT}\tutor\*.*
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
##########################################################
|
##########################################################
|
||||||
|
Reference in New Issue
Block a user