nsis: copy tutor directory recursively
Commit:
https://github.com/vim/vim/commit/44a2e3c5d4cdd9491ad074ee3cb257db2aed9c6a
Author: RestorerZ <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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
##########################################################
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1uVt2k-00AZKy-7p%40256bit.org.