Skip to content

Commit

Permalink
chore: provide dci icon for the dcc of V25
Browse files Browse the repository at this point in the history
as title

pms: BUG-286689
pms: BUG-286741
  • Loading branch information
mhduiy committed Dec 26, 2024
1 parent 305ef59 commit b159a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,7 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE

# 设置执行 make install 时哪个目标应该被 install 到哪个位置
install(TARGETS ${PLUGIN_NAME} LIBRARY DESTINATION lib/dde-dock/plugins)
# for dcc-v23
install(FILES "dock-clipboard-plugin/resources/clipboard.svg" DESTINATION share/dde-dock/icons/dcc-setting)
# for dcc-v25
install(FILES "dock-clipboard-plugin/resources/dcc-clipboard.dci" DESTINATION share/dde-dock/icons/dcc-setting)
Binary file added dock-clipboard-plugin/resources/dcc-clipboard.dci
Binary file not shown.

0 comments on commit b159a5a

Please sign in to comment.