From ed6da1709f2923ba4fcfe79838c12a877c4d4e9e Mon Sep 17 00:00:00 2001 From: Jacques Beuarain Date: Tue, 12 Dec 2006 12:43:02 +0000 Subject: [PATCH] CMake: Oops. Fix Info.plist problem from recent changes in bundling steps. --- 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 30075ace361..16856821272 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -93,7 +93,7 @@ ENDIF(UNIX AND NOT APPLE) IF(APPLE) SET(SOURCEDIR ${CMAKE_SOURCE_DIR}/source/darwin/blender.app) SET(SOURCEINFO ${SOURCEDIR}/Contents/Info.plist) - SET(TARGETINFO ${TARGETDIR}/Contents/Info.plist) + SET(TARGETINFO ${TARGETDIR}/blender.app/Contents/Info.plist) ADD_CUSTOM_COMMAND(TARGET blender POST_BUILD