Escape apple developer id properly.

This commit is contained in:
John Maguire 2013-07-10 17:25:23 +02:00
parent c413beda8f
commit da5c338b53
1 changed files with 1 additions and 1 deletions

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()