From 9be5ddae53fb714de677ae9ff739748d8692cab8 Mon Sep 17 00:00:00 2001 From: sunjiakun Date: Mon, 11 Nov 2024 20:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=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: sunjiakun --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 323cff70..f6662264 100755 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "packing_tool", + "name": "@ohos/packing_tool", "version": "3.2", "license": "Apache License 2.0", "publishAs": "code-segment", @@ -13,7 +13,7 @@ ], "component": { "name": "packing_tool", - "subsystem": "developtools", + "subsystem": "bundlemanager", "adapted_system_type": [ "mini", "small", "standard" ], "deps": { "components": [ -- Gitee