From 81b07b527e8b9c35d12fd45b63885d6938564723 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 15 Oct 2017 21:43:21 +0200 Subject: patch 8.0.1197: MS-Windows build instructions are not up to date Problem: MS-Windows build instructions are not up to date. Solution: Adjust the instructions. Fix the nsis script. --- nsis/gvim.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsis/gvim.nsi') diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index 1c548b3bce..8447d5ffee 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -351,7 +351,7 @@ Section "Add an Edit-with-Vim context menu entry" # Can't copy gvimext.dll, create it under another name and rename it # on next reboot. GetTempFileName $3 $0\GvimExt64 - File /oname=$3 ${VIMSRC}\GvimExt64\gvimext.dll + File /oname=$3 ${VIMSRC}\GvimExt\gvimext64.dll Rename /REBOOTOK $3 $0\GvimExt64\gvimext.dll !ifdef HAVE_NLS GetTempFileName $3 $0\GvimExt64 -- cgit v1.2.3