0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

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

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