diff --git a/CMakeLists.txt b/CMakeLists.txt index 160cc55..cb373e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,3 +50,5 @@ install(TARGETS hyprsysteminfo LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) + +install(FILES assets/install/hyprsysteminfo.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications) diff --git a/assets/install/hyprsysteminfo.desktop b/assets/install/hyprsysteminfo.desktop new file mode 100644 index 0000000..4b84002 --- /dev/null +++ b/assets/install/hyprsysteminfo.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Version=1.0 +Name=System Info +GenericName=System Information Application +Comment=A system information app from the Hyprland project +Exec=hyprsysteminfo +Terminal=false +Type=Application