aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKolja Lampe <razzeee@gmail.com>2024-07-02 09:25:18 +0200
committerKolja Lampe <razzeee@gmail.com>2024-07-13 08:22:34 +0200
commitf192081b9c2a05c7aa7fa9d9722d5d3ef219eaba (patch)
treec29d470db54bf5ef91ff248e35b41a7ac6ac70c9
parent7e5bb325bda3f121709578cf61f6fdfcd665260b (diff)
Don't change fileending to png
-rw-r--r--cmake/scripts/linux/Install.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake
index 9c45c91774..2ba3deed22 100644
--- a/cmake/scripts/linux/Install.cmake
+++ b/cmake/scripts/linux/Install.cmake
@@ -135,7 +135,7 @@ install(FILES ${CMAKE_SOURCE_DIR}/tools/Linux/packaging/media/icon256x256.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
+ RENAME ${APP_NAME_LC}.svg
DESTINATION ${datarootdir}/icons/hicolor/scalable/apps
COMPONENT kodi)