Fix help on Windows with newer GIO

It needs its launch helper, luckily it's a tiny binary.
This commit is contained in:
2021-10-25 22:59:34 +02:00
parent a5e341bcc1
commit baf2dc8ccd

View File

@@ -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)