Fix bundle target.

This commit is contained in:
John Maguire 2010-06-24 12:53:35 +00:00
parent 254fb4ca9b
commit 4da0ef772d
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ if (APPLE)
DESTINATION "${CMAKE_BINARY_DIR}/clementine.app/Contents/Frameworks/Sparkle.framework")
add_custom_target(bundle
${CMAKE_CURRENT_SOURCE_DIR}/../macdeploy.py ${PROJECT_BINARY_DIR}/clementine.app -f
${CMAKE_CURRENT_SOURCE_DIR}/../dist/macdeploy.py ${PROJECT_BINARY_DIR}/clementine.app -f
DEPENDS clementine
)
add_custom_target(dmg