Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/dcc-update-plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025 UnionTech Software Technology Co., Ltd.
# SPDX-FileCopyrightText: 2025 - 2026 UnionTech Software Technology Co., Ltd.
#
# SPDX-License-Identifier: CC0-1.0

Expand Down Expand Up @@ -55,5 +55,10 @@ target_link_libraries(${Update_Name} PRIVATE
)

install(FILES "misc/org.deepin.dde.control-center.update.json" DESTINATION share/dsg/configs/org.deepin.dde.control-center)

# security loader permission interfaces config
install(FILES "misc/permission-interfaces/org.deepin.dcc-update-ui.json"
DESTINATION share/dde-control-center/permission-interfaces)

dcc_install_plugin(NAME ${Update_Name} TARGET ${Update_Name})
dcc_handle_plugin_translation(NAME ${Update_Name} )
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "1.0",
"description": "更新插件需要授权的 D-Bus 系统服务接口",
"DestList": [
{
"DbusName": "org.deepin.dde.Lastore1",
"DbusPath": "/org/deepin/dde/Lastore1",
"DbusInterface": "org.deepin.dde.Lastore1.Manager"
}
]
}
Loading