0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04: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:
RestorerZ 2025-06-29 16:23:33 +02:00 committed by Christian Brabandt
parent bbeaa94e0e
commit 44a2e3c5d4
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -498,7 +498,7 @@ Section "$(str_section_exe)" id_section_exe
File ${VIMRT}\tools\*.*
SetOutPath $0\tutor
File /x Makefile /x *.info ${VIMRT}\tutor\*.*
File /r /x *.info ${VIMRT}\tutor\*.*
SectionEnd
##########################################################