[Bf-blender-cvs] [953419c641a] master: macOS: install license files inside Blender.app bundle

Brecht Van Lommel noreply at git.blender.org
Fri Jun 21 23:38:12 CEST 2019


Commit: 953419c641a7e8e7632fc19fa960a0e1c4402e48
Author: Brecht Van Lommel
Date:   Fri Jun 21 19:05:15 2019 +0200
Branches: master
https://developer.blender.org/rB953419c641a7e8e7632fc19fa960a0e1c4402e48

macOS: install license files inside Blender.app bundle

Since we are planning to install Blender as /Applications/Blender.app without
being contained in a folder.

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index abb3dd22673..77877ff3cca 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -924,7 +924,7 @@ elseif(APPLE)
   )
 
   # install release and app files
-  set(BLENDER_TEXT_FILES_DESTINATION ".")
+  set(BLENDER_TEXT_FILES_DESTINATION Blender.app/Contents/Resources/text)
 
   install(
     FILES ${OSX_APP_SOURCEDIR}/Contents/PkgInfo



More information about the Bf-blender-cvs mailing list