linux: add desktop entry file

This commit is contained in:
Integral
2025-09-17 10:19:52 +08:00
parent 802c2e0220
commit f5742618c7
3 changed files with 12 additions and 0 deletions

View File

@@ -75,3 +75,5 @@ install(TARGETS librepods
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
install(FILES assets/me.kavishdevar.librepods.desktop
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications")