From 85192c3efc3bcf292cdfd6831c282f7bf19c7516 Mon Sep 17 00:00:00 2001 From: chx <1562903252@qq.com> Date: Tue, 26 Dec 2023 02:55:56 +0000 Subject: [PATCH 1/4] Signed-off-by: chx <1562903252@qq.com> Signed-off-by: chx <1562903252@qq.com> --- bundle.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..ab65b50 --- /dev/null +++ b/bundle.json @@ -0,0 +1,38 @@ +{ + "name": "@ohos/updateapp", + "description": "The update app runs on the OHOS and provides an interactive GUI for users to perform version updates.", + "version": "4.0", + "license": "Apache License 2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "base/update/update_app" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "updateapp", + "subsystem": "updater", + "syscap": [], + "features": [], + "adapted_system_type": [ + "standard" + ], + "deps": { + "components": [ + "update_service", + "ace_engine", + "ability_runtime", + "systemui", + "hisysevent", + "hilog", + "updater" + ], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From b6213c3aafc09cad4715d991a9435bc6fbac9cb3 Mon Sep 17 00:00:00 2001 From: chx <1562903252@qq.com> Date: Tue, 26 Dec 2023 03:47:33 +0000 Subject: [PATCH 2/4] Signed-off-by: chx <1562903252@qq.com> Signed-off-by: chx <1562903252@qq.com> --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index ab65b50..b8917c3 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/updateapp", + "name": "@ohos/update_app", "description": "The update app runs on the OHOS and provides an interactive GUI for users to perform version updates.", "version": "4.0", "license": "Apache License 2.0", -- Gitee From ee0571372fa6ed4be2765de9d0c4c502b7c0df7d Mon Sep 17 00:00:00 2001 From: chx <1562903252@qq.com> Date: Tue, 26 Dec 2023 06:25:30 +0000 Subject: [PATCH 3/4] Signed-off-by: chx <1562903252@qq.com> Signed-off-by: chx <1562903252@qq.com> --- bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index b8917c3..2963e27 100644 --- a/bundle.json +++ b/bundle.json @@ -5,13 +5,13 @@ "license": "Apache License 2.0", "publishAs": "code-segment", "segment": { - "destPath": "base/update/update_app" + "destPath": "base/update/update_update_app" }, "dirs": {}, "scripts": {}, "component": { - "name": "updateapp", - "subsystem": "updater", + "name": "update_app", + "subsystem": "update", "syscap": [], "features": [], "adapted_system_type": [ -- Gitee From 9744af1cafe070dd0823095958489c5ca29664e4 Mon Sep 17 00:00:00 2001 From: chx <1562903252@qq.com> Date: Tue, 26 Dec 2023 06:58:51 +0000 Subject: [PATCH 4/4] Signed-off-by: chx <1562903252@qq.com> Signed-off-by: chx <1562903252@qq.com> --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 2963e27..e8b34ff 100644 --- a/bundle.json +++ b/bundle.json @@ -1,11 +1,11 @@ { "name": "@ohos/update_app", "description": "The update app runs on the OHOS and provides an interactive GUI for users to perform version updates.", - "version": "4.0", + "version": "3.0", "license": "Apache License 2.0", "publishAs": "code-segment", "segment": { - "destPath": "base/update/update_update_app" + "destPath": "base/update/update_app" }, "dirs": {}, "scripts": {}, -- Gitee