Commit e7007179 authored by Ghislain MARY's avatar Ghislain MARY

Fix path where the icon is installed.

parent 8ede734a
...@@ -340,7 +340,7 @@ install(FILES "linphone.desktop" ...@@ -340,7 +340,7 @@ install(FILES "linphone.desktop"
DESTINATION "${CMAKE_INSTALL_DATADIR}/applications" DESTINATION "${CMAKE_INSTALL_DATADIR}/applications"
) )
install(FILES "${ASSETS_DIR}/images/linphone_logo.svg" install(FILES "${ASSETS_DIR}/images/linphone_logo.svg"
DESTINATION "${CMAKE_INSTALL_DATADIR}/icons" DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps/"
RENAME "linphone.svg" RENAME "linphone.svg"
) )
......
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