diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ad69522e..81c40220 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -618,8 +618,9 @@ endforeach() if(UNIX AND NOT APPLE) install(FILES "img/cutter.svg" - DESTINATION "share/icons/hicolor/scalable/apps/") + DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/scalable/apps") install(FILES "re.rizin.cutter.desktop" - DESTINATION "share/applications" - COMPONENT Devel) + DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications") + install(FILES "re.rizin.cutter.appdata.xml" + DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/metainfo") endif() diff --git a/src/re.rizin.cutter.desktop b/src/re.rizin.cutter.desktop index 5f818c54..8b0b9a14 100644 --- a/src/re.rizin.cutter.desktop +++ b/src/re.rizin.cutter.desktop @@ -1,6 +1,8 @@ [Desktop Entry] Type=Application Name=Cutter +GenericName=Reverse Engineering Platform +Comment=Reverse Engineering Platform powered by rizin Exec=cutter Icon=cutter Categories=Development;