From 66b84b6836668f43f72430b3dbaab45508ddff8b Mon Sep 17 00:00:00 2001 From: lijinfengde123 Date: Tue, 11 Jun 2024 21:52:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E4=BB=93bundle.json=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lijinfengde123 --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index f06eb0c..b632376 100755 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/camera_sample_app", + "name": "@ohos/sample_camera", "description": "Camera related samples.", "version": "3.1", "license": "Apache License 2.0", @@ -10,7 +10,7 @@ "dirs": {}, "scripts": {}, "component": { - "name": "camera_sample_app", + "name": "sample_camera", "subsystem": "applications", "syscap": [], "features": [], -- Gitee