cmake: Fix Sparkle framework permissions

This commit is contained in:
derrod
2022-09-05 03:29:12 +02:00
committed by Rodney
parent 47e441b2e5
commit db766273b6
+1
View File
@@ -384,6 +384,7 @@ function(setup_obs_bundle target)
install(
DIRECTORY ${SPARKLE}
DESTINATION $<TARGET_FILE_BASE_NAME:${target}>.app/Contents/Frameworks
USE_SOURCE_PERMISSIONS
COMPONENT obs_frameworks)
endif()