--- CMakeLists.txt.orig 2026-03-31 15:49:05 UTC +++ CMakeLists.txt @@ -279,8 +279,11 @@ if (NOT (APPLE OR WIN32)) if (NOT (APPLE OR WIN32)) install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/res/desktop/io.github.uowuo.abaddon.desktop - ${CMAKE_CURRENT_SOURCE_DIR}/res/desktop/io.github.uowuo.abaddon.metainfo.xml - ${CMAKE_CURRENT_SOURCE_DIR}/res/desktop/icon.svg DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications + ) + install(FILES + ${CMAKE_CURRENT_SOURCE_DIR}/res/desktop/icon.svg + DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps + RENAME io.github.uowuo.abaddon.svg ) endif()