core: add desktop file

This commit is contained in:
Vaxry 2024-10-13 18:39:42 +01:00
parent 05e31b6ed8
commit a0d09b1fd6
2 changed files with 10 additions and 0 deletions

View File

@ -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)

View File

@ -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