diff options
Diffstat (limited to 'nsis')
-rw-r--r-- | nsis/gvim.nsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index 649c6950d..c32a8868f 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -348,6 +348,9 @@ Section "$(str_section_exe)" id_section_exe !if /FileExists "${VIMSRC}\vim${BIT}.dll" File ${VIMSRC}\vim${BIT}.dll !endif +!if /FileExists "${VIMRT}\libsodium.dll" + File ${VIMRT}\libsodium.dll +!endif File /oname=install.exe ${VIMSRC}\installw32.exe File /oname=uninstall.exe ${VIMSRC}\uninstallw32.exe File ${VIMSRC}\vimrun.exe |