From 57d1de32cdf3861f563e7e3c973065582152ebdf Mon Sep 17 00:00:00 2001 From: zhang-daiyue Date: Thu, 18 Apr 2024 22:30:38 +0800 Subject: [PATCH 1/2] Add a blank Signed-off-by: zhang-daiyue Change-Id: Ib4418da75833c96f68de0ac414293102036a455c --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 59934be..1597003 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,6 @@ { "name": "@ohos/distributed_bundle_framework", + "description": "分布式包管理服务", "version": "4.0", "license": "Apache 2.0", @@ -68,4 +69,4 @@ ] } } -} \ No newline at end of file +} -- Gitee From 2009b8cf3fd4990b7c37561ea250211ea87b4516 Mon Sep 17 00:00:00 2001 From: zhang-daiyue Date: Fri, 19 Apr 2024 11:18:28 +0800 Subject: [PATCH 2/2] asdfadfadf Signed-off-by: zhang-daiyue Change-Id: Ief8d5273c0d1920b3314f9cedd61a4e09e852b8b --- bundle.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle.json b/bundle.json index 1597003..2c0fb1a 100644 --- a/bundle.json +++ b/bundle.json @@ -4,6 +4,7 @@ "description": "分布式包管理服务", "version": "4.0", "license": "Apache 2.0", + "segment": { "destPath": "foundation/bundlemanager/distributed_bundle_framework" }, -- Gitee