chore: added desktop file

This commit is contained in:
2025-12-07 02:12:05 +03:00
parent 0051fb6c47
commit 5a0e52fb9b
4 changed files with 23 additions and 2 deletions

View File

@@ -140,4 +140,10 @@ install(DIRECTORY example_config/templates
install(DIRECTORY example_config/palettes
DESTINATION ${CMAKE_INSTALL_DATADIR}/clrsync
FILES_MATCHING PATTERN "*.toml"
)
)
if(UNIX AND NOT APPLE)
install(FILES resources/colorsync.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
)
endif()