diff options
Diffstat (limited to 'nsis')
-rw-r--r-- | nsis/gvim.nsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index 12a55bb61..17e3e7238 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -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 |