mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-28 18:19:42 +01:00
Fix bundle target.
This commit is contained in:
parent
254fb4ca9b
commit
4da0ef772d
@ -522,7 +522,7 @@ if (APPLE)
|
|||||||
DESTINATION "${CMAKE_BINARY_DIR}/clementine.app/Contents/Frameworks/Sparkle.framework")
|
DESTINATION "${CMAKE_BINARY_DIR}/clementine.app/Contents/Frameworks/Sparkle.framework")
|
||||||
|
|
||||||
add_custom_target(bundle
|
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
|
DEPENDS clementine
|
||||||
)
|
)
|
||||||
add_custom_target(dmg
|
add_custom_target(dmg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user