From df417bd038071dbd3951ff43f932f7d669ed45ac Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 7 Jan 2022 14:47:10 +0800 Subject: [PATCH 1/2] feat: add bundle.json Signed-off-by: pjscc --- bundle.json | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..10b1c72 --- /dev/null +++ b/bundle.json @@ -0,0 +1,55 @@ +{ + "name": "@ohos/update_app", + "version": "", + "description": "Update client | 升级客户端组件", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/update_app", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "base" + ], + "keywords": [ + "update", + "app" + ], + "envs": [], + "dirs": [], + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "base/update/app" + }, + "component": { + "name": "update_app", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From f80214a6eeef7d644269905e775dd5e4ad119da3 Mon Sep 17 00:00:00 2001 From: pjscc Date: Wed, 12 Jan 2022 18:45:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9envs,dirs?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pjscc --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 10b1c72..955ff46 100644 --- a/bundle.json +++ b/bundle.json @@ -17,8 +17,8 @@ "update", "app" ], - "envs": [], - "dirs": [], + "envs": {}, + "dirs": {}, "author": { "name": "", "email": "", -- Gitee