comparison nsis/gvim.nsi @ 34078:56a4023b605d v9.1.0008

patch 9.1.0008: NSIS installer includes syntax testdir Commit: https://github.com/vim/vim/commit/30994d686c9199edae887e7322ef046c91988566 Author: Christian Brabandt <cb@256bit.org> Date: Thu Jan 4 22:14:28 2024 +0100 patch 9.1.0008: NSIS installer includes syntax testdir Problem: NSIS installer includes syntax test dumps (Yegappan Lakshmanan) Solution: Exclude syntax/testdir when creating the NSIS installer fixes: vim/vim-win32-installer#328 closes: #13814 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 04 Jan 2024 22:30:03 +0100
parents aa38648a8c4e
children 8493cc47ae5b
comparison
equal deleted inserted replaced
34077:314961fb5918 34078:56a4023b605d
414 414
415 SetOutPath $0\bitmaps 415 SetOutPath $0\bitmaps
416 File ${VIMSRC}\vim.ico 416 File ${VIMSRC}\vim.ico
417 417
418 SetOutPath $0\syntax 418 SetOutPath $0\syntax
419 File /r ${VIMRT}\syntax\*.* 419 File /r /x testdir ${VIMRT}\syntax\*.*
420 420
421 SetOutPath $0\spell 421 SetOutPath $0\spell
422 File ${VIMRT}\spell\*.txt 422 File ${VIMRT}\spell\*.txt
423 File ${VIMRT}\spell\*.vim 423 File ${VIMRT}\spell\*.vim
424 File ${VIMRT}\spell\*.spl 424 File ${VIMRT}\spell\*.spl