add install execute permission to scripts

This commit is contained in:
Vogel, Rick 2024-01-22 13:16:04 +01:00 committed by uwerat
parent fd2910dfd3
commit 22955ed276

View File

@ -139,6 +139,8 @@ install(
${QSK_CMAKE_DIR}/scripts/QSkinnySvg2Qvg.win.bat
DESTINATION
${PACKAGE_LOCATION}/scripts
PERMISSIONS
OWNER_EXECUTE
COMPONENT
Devel)