Add capslock->esc program, update gvim dll dest

This commit is contained in:
doyle 2020-10-19 10:32:36 +11:00
parent 49cde546c8
commit f8e495b43b
2 changed files with 1 additions and 1 deletions

BIN
Installer/win32_uncap.exe Normal file

Binary file not shown.

View File

@ -48,7 +48,7 @@ REM
REM GVim Fullscreen DLL
REM
set gvim_fullscreen_dll=Installer\win32_gvim_fullscreen.dll
set gvim_fullscreen_dll_install_path=GVim\App\vim\vim80\gvimfullscreen.dll
set gvim_fullscreen_dll_install_path=GVim\App\vim\vim80\gvim_fullscreen.dll
echo - Copy %gvim_fullscreen_dll% to %gvim_fullscreen_dll_install_path%
copy /Y %gvim_fullscreen_dll% %gvim_fullscreen_dll_install_path%