Skip to content

Commit

Permalink
Merge pull request xbmc#24843 from razzeee/install-scalable
Browse files Browse the repository at this point in the history
Install scalable svg icon
  • Loading branch information
razzeee authored Mar 15, 2024
2 parents 9901571 + f830935 commit ac32937
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/scripts/linux/Install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 30 additions & 0 deletions tools/Linux/packaging/media/iconScalable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac32937

Please sign in to comment.