mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Add KeePassX application icons.
This commit is contained in:
@@ -16,3 +16,8 @@
|
||||
file(GLOB DATABASE_ICONS icons/database/*.png)
|
||||
|
||||
install(FILES ${DATABASE_ICONS} DESTINATION ${DATA_INSTALL_DIR}/icons/database)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
install(DIRECTORY icons/application/ DESTINATION share/icons/hicolor
|
||||
FILES_MATCHING PATTERN "*.png" PATTERN "*.svg")
|
||||
endif(UNIX AND NOT APPLE)
|
||||
|
||||
Reference in New Issue
Block a user