summaryrefslogtreecommitdiffstats
path: root/nsis
diff options
context:
space:
mode:
Diffstat (limited to 'nsis')
-rw-r--r--nsis/gvim.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi
index 649c6950dd..c32a8868f6 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