mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Install linphone icon to comply with freedesktop standard.
This commit is contained in:
parent
62f44bbc08
commit
8ede734a05
1 changed files with 4 additions and 0 deletions
|
|
@ -339,6 +339,10 @@ install(TARGETS ${TARGET_NAME}
|
|||
install(FILES "linphone.desktop"
|
||||
DESTINATION "${CMAKE_INSTALL_DATADIR}/applications"
|
||||
)
|
||||
install(FILES "${ASSETS_DIR}/images/linphone_logo.svg"
|
||||
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons"
|
||||
RENAME "linphone.svg"
|
||||
)
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Install rc files.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue