Skip to content

Commit 1916673

Browse files
committed
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 "..\".
1 parent af610b8 commit 1916673

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

nsis/gvim.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ Section "$(str_section_exe)" id_section_exe
327327
File ${VIMSRC}\vimrun.exe
328328
File /oname=tee.exe ${VIMSRC}\teew32.exe
329329
File /oname=xxd.exe ${VIMSRC}\xxdw32.exe
330-
File ${VIMRT}\vimtutor.bat
331-
File ${VIMRT}\README.txt
330+
File ..\vimtutor.bat
331+
File ..\README.txt
332332
File ..\uninstal.txt
333333
File ${VIMRT}\*.vim
334334
File ${VIMRT}\rgb.txt

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,8 @@ static char *(features[]) =
799799

800800
static int included_patches[] =
801801
{ /* Add new patch number below this line */
802+
/**/
803+
617,
802804
/**/
803805
616,
804806
/**/

0 commit comments

Comments
 (0)