]> granicus.if.org Git - vim/commitdiff
patch 8.1.0617: NSIS installer gets two files from the wrong directory v8.1.0617
authorBram Moolenaar <Bram@vim.org>
Fri, 21 Dec 2018 16:59:33 +0000 (17:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 21 Dec 2018 16:59:33 +0000 (17:59 +0100)
Problem:    NSIS installer gets two files from the wrong directory.
Solution:   Change ${VIMRT} to "..\".

nsis/gvim.nsi
src/version.c

index 12a55bb611a584259b843bc835babda9c683730c..17e3e72383f490acf1801a372a88ab46d823a3c0 100644 (file)
@@ -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
index aadd16183bbbcee7a07611ad5f23598ef99c0037..77bfd81e06ccec4ae15e1a37fa814a5ee4c88398 100644 (file)
@@ -799,6 +799,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    617,
 /**/
     616,
 /**/