mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Rename ohos app bundle (#35790)
The `shell` suffix causes issues with the startup profiling tools on OpenHarmony. The profiler fails to detect the start of the app. This is fixed by renaming the app. I tried various different variations and identified the `shell` suffix to be the culprit. E.g. `org.servo.shell` has the same issue, so its not a length issue. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
8cf3e3842a
commit
78f7d525cc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"app": {
|
"app": {
|
||||||
"bundleName": "org.servo.servoshell",
|
"bundleName": "org.servo.servo",
|
||||||
"vendor": "example",
|
"vendor": "example",
|
||||||
"versionCode": 1000000,
|
"versionCode": 1000000,
|
||||||
"versionName": "1.0.0",
|
"versionName": "1.0.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue