From f192081b9c2a05c7aa7fa9d9722d5d3ef219eaba Mon Sep 17 00:00:00 2001 From: Kolja Lampe Date: Tue, 2 Jul 2024 09:25:18 +0200 Subject: Don't change fileending to png --- cmake/scripts/linux/Install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3