Commit: 6c7b44e9fd748a3b4d27639c8c408ca92b5a48b2
Author: Ankit Meel
Date:   Tue Jun 29 22:52:49 2021 +0530
Branches: tmp_T72605
https://developer.blender.org/rB6c7b44e9fd748a3b4d27639c8c408ca92b5a48b2

macOS: execute permission for all users

Differential Revision: https://developer.blender.org/D11747

===================================================================

M       source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index a4b32fac9fc..4d9beb8e7d1 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1024,6 +1024,7 @@ elseif(APPLE)
   install(
     TARGETS blender
     DESTINATION "."
+    PERMISSIONS OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE
   )
 
   # install release and app files

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to