diff options
author | Kolja Lampe <razzeee@gmail.com> | 2024-03-13 14:48:17 +0100 |
---|---|---|
committer | Kolja Lampe <razzeee@gmail.com> | 2024-03-15 10:45:15 +0100 |
commit | 55c84132d4103c8b8ee601bbc654f0712863b8dc (patch) | |
tree | f3e2c8cf8a46131520e7056286be794272e90bd3 /cmake | |
parent | 2801dac2be60ddca5a57c9097319ac954328e81e (diff) |
Install scalable svg icon
For linux packaging, a svg icon should be prefered, as it allows higher resolution icons
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/scripts/linux/Install.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake index fd73bea9ed..9c45c91774 100644 --- a/cmake/scripts/linux/Install.cmake +++ b/cmake/scripts/linux/Install.cmake @@ -134,6 +134,10 @@ install(FILES ${CMAKE_SOURCE_DIR}/tools/Linux/packaging/media/icon256x256.png RENAME ${APP_NAME_LC}.png DESTINATION ${datarootdir}/icons/hicolor/256x256/apps COMPONENT kodi) +install(FILES ${CMAKE_SOURCE_DIR}/tools/Linux/packaging/media/iconScalable.svg + RENAME ${APP_NAME_LC}.png + DESTINATION ${datarootdir}/icons/hicolor/scalable/apps + COMPONENT kodi) # Install firewalld service definitions install(FILES ${CMAKE_SOURCE_DIR}/tools/Linux/firewalld-services/kodi-eventserver.xml |