Skip to content

Commit

Permalink
fix: missing icon in DCC
Browse files Browse the repository at this point in the history
  • Loading branch information
zsien authored and max-lvs committed Aug 1, 2024
1 parent b5be179 commit 6710b33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deepin-system-monitor-plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,9 @@ add_custom_target(PLUGIN_QMFILES ALL DEPENDS ${APP_QM_FILES})
INSTALL(FILES com.deepin.dde.dock.module.system-monitor.gschema.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/glib-2.0/schemas)
#INSTALL(FILES com.deepin.system.monitor.plugin.gschema.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/glib-2.0/schemas)
INSTALL(TARGETS ${PROJECT_NAME} LIBRARY DESTINATION lib/dde-dock/plugins)
INSTALL(FILES asserts/icons/deepin/builtin/actions/deepin-system-monitor_20px.svg
DESTINATION ${CMAKE_INSTALL_DATADIR}/share/dde-dock/icons/dcc-setting
RENAME deepin-system-monitor.svg
)
#安装翻译文件
install(FILES ${APP_QM_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-system-monitor-plugin/translations)

0 comments on commit 6710b33

Please sign in to comment.