From 300f6d9b8074f9ca11c1f056cb7a8410e5469d60 Mon Sep 17 00:00:00 2001 From: lanterngamescn Date: Thu, 25 Jun 2026 08:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=BA=94=E7=94=A8=E5=8C=85?= =?UTF-8?q?=E5=90=8D=20com.example.gamelobby=20=E2=86=92=20com.lobby.daoqi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - AppScope/app.json5 bundleName 更新 - build 通过,产物 pack.info bundleName 已生效 - 注:代码无硬编码包名;原 DevEco 默认签名材料(default_gamelobby_*)按旧包名生成, 日后配真机/自动签名需重新生成 Co-Authored-By: Claude Opus 4.8 (1M context) --- AppScope/app.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppScope/app.json5 b/AppScope/app.json5 index a247b28..45e1e7b 100644 --- a/AppScope/app.json5 +++ b/AppScope/app.json5 @@ -1,6 +1,6 @@ { "app": { - "bundleName": "com.example.gamelobby", + "bundleName": "com.lobby.daoqi", "vendor": "example", "versionCode": 1000000, "versionName": "1.0.0",