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