diff nsis/gvim.nsi @ 12162:e18b9d7d8d78 v8.0.0961

patch 8.0.0961: the script to build the installer does not include winpty commit https://github.com/vim/vim/commit/98ebd2bbec3443878dd0ed772ab67efb618f2fad Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 19 13:29:19 2017 +0200 patch 8.0.0961: the script to build the installer does not include winpty Problem: The script to build the installer does not include winpty. Solution: Add winpty32.dll and winpty-agent.exe like diff.exe
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2017 13:30:03 +0200
parents bafb447104f6
children 55359dabb6cc
line wrap: on
line diff
--- a/nsis/gvim.nsi
+++ b/nsis/gvim.nsi
@@ -191,13 +191,16 @@ Section "Vim executables and runtime fil
 	File ${VIMSRC}\vimrun.exe
 	File /oname=tee.exe ${VIMSRC}\teew32.exe
 	File /oname=xxd.exe ${VIMSRC}\xxdw32.exe
-	File ${VIMTOOLS}\diff.exe
 	File ${VIMRT}\vimtutor.bat
 	File ${VIMRT}\README.txt
 	File ..\uninstal.txt
 	File ${VIMRT}\*.vim
 	File ${VIMRT}\rgb.txt
 
+	File ${VIMTOOLS}\diff.exe
+	File ${VIMTOOLS}\winpty32.dll
+	File ${VIMTOOLS}\winpty-agent.exe
+
 	SetOutPath $0\colors
 	File ${VIMRT}\colors\*.*