diff options
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 |