comparison nsis/gvim.nsi @ 15215:d99d068b996b v8.1.0617

patch 8.1.0617: NSIS installer gets two files from the wrong directory commit https://github.com/vim/vim/commit/1916673a1696eab66516c3f96bec1f2e4b92f761 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 21 17:59:33 2018 +0100 patch 8.1.0617: NSIS installer gets two files from the wrong directory Problem: NSIS installer gets two files from the wrong directory. Solution: Change ${VIMRT} to "..\".
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Dec 2018 18:00:06 +0100
parents c0eb9a74f73d
children 67729676d3f7
comparison
equal deleted inserted replaced
15214:877df5a96e97 15215:d99d068b996b
325 File /oname=install.exe ${VIMSRC}\installw32.exe 325 File /oname=install.exe ${VIMSRC}\installw32.exe
326 File /oname=uninstal.exe ${VIMSRC}\uninstalw32.exe 326 File /oname=uninstal.exe ${VIMSRC}\uninstalw32.exe
327 File ${VIMSRC}\vimrun.exe 327 File ${VIMSRC}\vimrun.exe
328 File /oname=tee.exe ${VIMSRC}\teew32.exe 328 File /oname=tee.exe ${VIMSRC}\teew32.exe
329 File /oname=xxd.exe ${VIMSRC}\xxdw32.exe 329 File /oname=xxd.exe ${VIMSRC}\xxdw32.exe
330 File ${VIMRT}\vimtutor.bat 330 File ..\vimtutor.bat
331 File ${VIMRT}\README.txt 331 File ..\README.txt
332 File ..\uninstal.txt 332 File ..\uninstal.txt
333 File ${VIMRT}\*.vim 333 File ${VIMRT}\*.vim
334 File ${VIMRT}\rgb.txt 334 File ${VIMRT}\rgb.txt
335 335
336 File ${VIMTOOLS}\diff.exe 336 File ${VIMTOOLS}\diff.exe