Escape apple developer id properly.
This commit is contained in:
parent
c413beda8f
commit
da5c338b53
@ -1399,7 +1399,7 @@ if (APPLE)
|
|||||||
add_custom_command(TARGET clementine
|
add_custom_command(TARGET clementine
|
||||||
POST_BUILD
|
POST_BUILD
|
||||||
COMMAND
|
COMMAND
|
||||||
codesign -s "${APPLE_DEVELOPER_ID}" -fv ${PROJECT_BINARY_DIR}/clementine.app
|
codesign -s "'${APPLE_DEVELOPER_ID}'" -fv ${PROJECT_BINARY_DIR}/clementine.app
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user