Install the icon according to the freedesktop specifications.

This commit is contained in:
Ghislain MARY 2015-03-31 13:56:07 +02:00
parent 681a5834c5
commit 7aba27da9a

View file

@ -42,7 +42,6 @@ set(PIXMAPS
hold_on.png
linphone-banner.png
linphone.icns
linphone.png
mic_active.png
mic_muted.png
notok.png
@ -62,3 +61,8 @@ install(FILES ${PIXMAPS}
DESTINATION ${PACKAGE_DATA_DIR}/pixmaps/linphone
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)
install(FILES linphone.png
DESTINATION ${PACKAGE_DATA_DIR}/icons/hicolor/48x48/apps
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
)