From 22955ed27615f07981b7937e8ca6dc279aa39ff4 Mon Sep 17 00:00:00 2001 From: "Vogel, Rick" Date: Mon, 22 Jan 2024 13:16:04 +0100 Subject: [PATCH] add install execute permission to scripts --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e974e44c..a886a29e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -139,6 +139,8 @@ install( ${QSK_CMAKE_DIR}/scripts/QSkinnySvg2Qvg.win.bat DESTINATION ${PACKAGE_LOCATION}/scripts + PERMISSIONS + OWNER_EXECUTE COMPONENT Devel)