diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2024-07-14 14:03:22 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-14 14:03:22 +1000 |
commit | 6b9382351712a08d3a7168794d65dc75fbc9ff94 (patch) | |
tree | 87b3c5f3b61c35cf1f443a307e0e5431b96f16d9 | |
parent | f557b34dc1239a35a5369b98955c9835b89b9e95 (diff) | |
parent | f192081b9c2a05c7aa7fa9d9722d5d3ef219eaba (diff) |
Merge pull request #25484 from razzeee/backport-fileending
Don't change fileending to png - Backport
-rw-r--r-- | cmake/scripts/linux/Install.cmake | 2 |
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) |