From 892da763bba752b6f8872df2717f700764309594 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Fri, 30 Sep 2022 10:53:10 -0400 Subject: fix(dist): update neovim-qt, win32tools.zip #20413 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- src/nvim/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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 -- cgit