From 4a9f4173637ca0dea5b0b979722d05acc9a39478 Mon Sep 17 00:00:00 2001 From: zengpo Date: Wed, 13 Apr 2022 14:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bundlename=E5=92=8CabilityNam?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Distributed/OpenHarmonyPictureGame/entry/src/main/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Distributed/OpenHarmonyPictureGame/entry/src/main/config.json b/Distributed/OpenHarmonyPictureGame/entry/src/main/config.json index 4885531f..2dfe4b7f 100644 --- a/Distributed/OpenHarmonyPictureGame/entry/src/main/config.json +++ b/Distributed/OpenHarmonyPictureGame/entry/src/main/config.json @@ -1,7 +1,7 @@ { "app": { "vendor": "example", - "bundleName": "com.huawei.cookbook", + "bundleName": "com.pictureGame.pictureGame", "version": { "code": 1000000, "name": "1.0.0" @@ -54,7 +54,7 @@ "deliveryWithInstall": true, "moduleName": "entry" }, - "package": "com.example.entry", + "package": "com.example.openharmonypicturegame", "srcPath": "", "name": ".entry", "js": [ -- Gitee