summaryrefslogtreecommitdiffstats
path: root/nsis
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-10-15 21:43:21 +0200
committerBram Moolenaar <Bram@vim.org>2017-10-15 21:43:21 +0200
commit81b07b527e8b9c35d12fd45b63885d6938564723 (patch)
treec2a6b826ade36fd9c23230998c6e956ee00f4134 /nsis
parenta20f83df1d646a2d296af835ba1154f09986f102 (diff)
patch 8.0.1197: MS-Windows build instructions are not up to datev8.0.1197
Problem: MS-Windows build instructions are not up to date. Solution: Adjust the instructions. Fix the nsis script.
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim.nsi2
1 files changed, 1 insertions, 1 deletions
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