1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-19 21:04:08 +01:00

Escape apple developer id properly.

This commit is contained in:
John Maguire 2013-07-10 17:25:23 +02:00
parent c413beda8f
commit da5c338b53

View File

@ -1399,7 +1399,7 @@ if (APPLE)
add_custom_command(TARGET clementine
POST_BUILD
COMMAND
codesign -s "${APPLE_DEVELOPER_ID}" -fv ${PROJECT_BINARY_DIR}/clementine.app
codesign -s "'${APPLE_DEVELOPER_ID}'" -fv ${PROJECT_BINARY_DIR}/clementine.app
)
endif()