Skip to content

Commit

Permalink
patch 8.1.0617: NSIS installer gets two files from the wrong directory
Browse files Browse the repository at this point in the history
Problem:    NSIS installer gets two files from the wrong directory.
Solution:   Change ${VIMRT} to "..\".
  • Loading branch information
brammool committed Dec 21, 2018
1 parent af610b8 commit 1916673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsis/gvim.nsi
Expand Up @@ -327,8 +327,8 @@ Section "$(str_section_exe)" id_section_exe
File ${VIMSRC}\vimrun.exe
File /oname=tee.exe ${VIMSRC}\teew32.exe
File /oname=xxd.exe ${VIMSRC}\xxdw32.exe
File ${VIMRT}\vimtutor.bat
File ${VIMRT}\README.txt
File ..\vimtutor.bat
File ..\README.txt
File ..\uninstal.txt
File ${VIMRT}\*.vim
File ${VIMRT}\rgb.txt
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -799,6 +799,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
617,
/**/
616,
/**/
Expand Down

0 comments on commit 1916673

Please sign in to comment.