- AppScope/app.json5 bundleName 更新 - build 通过,产物 pack.info bundleName 已生效 - 注:代码无硬编码包名;原 DevEco 默认签名材料(default_gamelobby_*)按旧包名生成, 日后配真机/自动签名需重新生成 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"app": {
|
|
"bundleName": "com.lobby.daoqi",
|
|
"vendor": "example",
|
|
"versionCode": 1000000,
|
|
"versionName": "1.0.0",
|
|
"buildVersion": "1",
|
|
"icon": "$media:layered_image",
|
|
"label": "$string:app_name"
|
|
}
|
|
}
|