diff --git a/CMakeLists.txt b/CMakeLists.txt index a205a79..038224b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -266,3 +266,4 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE # 设置执行 make install 时哪个目标应该被 install 到哪个位置 install(TARGETS ${PLUGIN_NAME} LIBRARY DESTINATION lib/dde-dock/plugins) install(FILES "dock-clipboard-plugin/resources/clipboard.svg" DESTINATION share/dde-dock/icons/dcc-setting) +install(FILES "dock-clipboard-plugin/resources/dcc-clipboard.dci" DESTINATION share/dde-dock/icons/dcc-setting) diff --git a/dock-clipboard-plugin/resources/dcc-clipboard.dci b/dock-clipboard-plugin/resources/dcc-clipboard.dci new file mode 100644 index 0000000..48af558 Binary files /dev/null and b/dock-clipboard-plugin/resources/dcc-clipboard.dci differ