aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2022-09-30 10:53:10 -0400
committerGitHub <noreply@github.com>2022-09-30 07:53:10 -0700
commit892da763bba752b6f8872df2717f700764309594 (patch)
treeced551d3a0b02a63c1a329b78eb91d826c43ddc4 /src
parentad6af3c1a96f9fae0881c3dcb1f1989531a1073e (diff)
downloadrneovim-892da763bba752b6f8872df2717f700764309594.tar.gz
rneovim-892da763bba752b6f8872df2717f700764309594.tar.bz2
rneovim-892da763bba752b6f8872df2717f700764309594.zip
fix(dist): update neovim-qt, win32tools.zip #20413
- fix regression by #20411 - `diff.exe` is required for non-default 'diffopt' (diffopt=filler, diffopt=context, …) - the names of some required nvim-qt DLLs changed
Diffstat (limited to 'src')
-rwxr-xr-xsrc/nvim/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt
index f19eb8fb69..504fe6ff4a 100755
--- a/src/nvim/CMakeLists.txt
+++ b/src/nvim/CMakeLists.txt
@@ -490,6 +490,7 @@ if(WIN32)
foreach(DEP_FILE IN ITEMS
curl-ca-bundle.crt
curl.exe
+ diff.exe
tee.exe
win32yank.exe
xxd.exe
@@ -531,6 +532,8 @@ if(WIN32)
translations/qt_uk.qm
D3Dcompiler_47.dll
libEGL.dll
+ libgcc_s_seh-1.dll
+ libGLESv2.dll
libstdc++-6.dll
libwinpthread-1.dll
nvim-qt.exe