fix: 修正安装路径,metadata.json安装到/usr/share/dde-shell/

This commit is contained in:
2026-07-12 20:48:41 +08:00
parent 968b92f50b
commit 63d16c5af4
+2 -1
View File
@@ -37,4 +37,5 @@ target_link_libraries(org.deepin.ds.graphics-driver PRIVATE
# 安装到dde-shell插件目录 # 安装到dde-shell插件目录
install(TARGETS org.deepin.ds.graphics-driver DESTINATION /usr/lib/x86_64-linux-gnu/dde-shell) install(TARGETS org.deepin.ds.graphics-driver DESTINATION /usr/lib/x86_64-linux-gnu/dde-shell)
install(DIRECTORY package/ DESTINATION /usr/lib/x86_64-linux-gnu/dde-shell/org.deepin.ds.graphics-driver) install(FILES package/metadata.json DESTINATION /usr/share/dde-shell/org.deepin.ds.graphics-driver)
install(FILES package/driverview.qml DESTINATION /usr/share/dde-shell/org.deepin.ds.graphics-driver)