From 953419c641a7e8e7632fc19fa960a0e1c4402e48 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 21 Jun 2019 19:05:15 +0200 Subject: [PATCH] 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. --- source/creator/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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