mirror of
https://github.com/hyprwm/hyprsysteminfo.git
synced 2024-11-21 21:45:59 +01:00
core: add desktop file
This commit is contained in:
parent
05e31b6ed8
commit
a0d09b1fd6
2 changed files with 10 additions and 0 deletions
|
@ -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)
|
||||
|
|
8
assets/install/hyprsysteminfo.desktop
Normal file
8
assets/install/hyprsysteminfo.desktop
Normal 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
|
Loading…
Reference in a new issue