diff options
Diffstat (limited to 'res/CMakeLists.txt')
-rw-r--r-- | res/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/CMakeLists.txt b/res/CMakeLists.txt new file mode 100644 index 0000000..e6512bb --- /dev/null +++ b/res/CMakeLists.txt @@ -0,0 +1,8 @@ +install( + FILES chat.delta.KDeltaChat.png + DESTINATION share/icons/hicolor/256x256/apps/ + COMPONENT desktop) +install( + FILES chat.delta.KDeltaChat.desktop + DESTINATION share/applications/ + COMPONENT desktop) |