From baf2dc8ccd660dfaa70a385a65b5e2bfc3d03ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 25 Oct 2021 22:59:34 +0200 Subject: Fix help on Windows with newer GIO It needs its launch helper, luckily it's a tiny binary. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a83039..bca836a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -345,7 +345,7 @@ if (WIN32) install (DIRECTORY ${WIN32_DEPENDS_PATH}/bin/ DESTINATION . - FILES_MATCHING PATTERN "*.dll") + FILES_MATCHING PATTERN "*.dll" PATTERN "gspawn-*-helper.exe") install (DIRECTORY ${WIN32_DEPENDS_PATH}/etc/ DESTINATION etc) -- cgit v1.2.3