Commit: nsis: copy tutor directory recursively

3 views
Skip to first unread message

Christian Brabandt

unread,
Jun 29, 2025, 10:30:16 AM6/29/25
to vim...@googlegroups.com
nsis: copy tutor directory recursively

Commit: https://github.com/vim/vim/commit/44a2e3c5d4cdd9491ad074ee3cb257db2aed9c6a
Author: RestorerZ <rest...@mail2k.ru>
Date: Sun Jun 29 16:23:33 2025 +0200

nsis: copy tutor directory recursively

fixes: vim/vim-win32-installerhttps://github.com/vim/vim/issues/382
closes: https://github.com/vim/vim/issues/17630

Signed-off-by: RestorerZ <rest...@mail2k.ru>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index 8842dac63..eef8a1222 100644
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -498,7 +498,7 @@ Section "$(str_section_exe)" id_section_exe
File ${VIMRT} ools\*.*

SetOutPath $0 utor
- File /x Makefile /x *.info ${VIMRT} utor\*.*
+ File /r /x *.info ${VIMRT} utor\*.*
SectionEnd

##########################################################
Reply all
Reply to author
Forward
0 new messages