From a6bf73655389c88865b6005c7759ec6ba333202e Mon Sep 17 00:00:00 2001 From: xqq879988 Date: Sat, 7 Jun 2025 12:35:06 +0800 Subject: [PATCH] =?UTF-8?q?bundlele.json=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xqq879988 --- display/{ => composer}/bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename display/{ => composer}/bundle.json (99%) diff --git a/display/bundle.json b/display/composer/bundle.json similarity index 99% rename from display/bundle.json rename to display/composer/bundle.json index 714d2ba7..03c1021e 100644 --- a/display/bundle.json +++ b/display/composer/bundle.json @@ -6,7 +6,7 @@ "license": "Apache License 2.0", "publishAs": "code-segment", "segment": { - "destPath": "drivers/interface/display" + "destPath": "drivers/interface/display/composer" }, "language": "", "private": false, -- Gitee