实现StartManager功能, 曝露在ApplicationManager服务上 Log: 实现StartManager功能 Task: https://pms.uniontech.com/task-view-130337.html Influence: 无 Change-Id: I8e83a66f8c25b09e0f4be1e4be9defac95b02b80
10 lines
276 B
CMake
10 lines
276 B
CMake
set(DCONFIG_FILES
|
|
com.deepin.dde.launcher.json
|
|
com.deepin.dde.dock.json
|
|
com.deepin.dde.appearance.json
|
|
com.deepin.dde.startdde.json
|
|
com.deepin.dde.xsettings.json
|
|
)
|
|
|
|
install(FILES ${DCONFIG_FILES} DESTINATION /usr/share/dsg/configs/dde-application-manager)
|