Commit 8ede734a authored by Ghislain MARY's avatar Ghislain MARY

Install linphone icon to comply with freedesktop standard.

parent 62f44bbc
...@@ -339,6 +339,10 @@ install(TARGETS ${TARGET_NAME} ...@@ -339,6 +339,10 @@ install(TARGETS ${TARGET_NAME}
install(FILES "linphone.desktop" install(FILES "linphone.desktop"
DESTINATION "${CMAKE_INSTALL_DATADIR}/applications" DESTINATION "${CMAKE_INSTALL_DATADIR}/applications"
) )
install(FILES "${ASSETS_DIR}/images/linphone_logo.svg"
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons"
RENAME "linphone.svg"
)
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Install rc files. # Install rc files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment