build: add icon and desktop file

This commit is contained in:
outfoxxed 2025-07-10 21:57:10 -07:00
parent d7079b7524
commit 026aac3756
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 22 additions and 0 deletions

View file

@ -146,3 +146,14 @@ install(CODE "
${CMAKE_INSTALL_FULL_BINDIR}/quickshell \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_BINDIR}/qs
)
")
install(
FILES ${CMAKE_SOURCE_DIR}/assets/org.quickshell.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
)
install(
FILES ${CMAKE_SOURCE_DIR}/assets/quickshell.svg
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps
RENAME org.quickshell.svg
)