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:
Jonathan Schwender 2025-03-05 08:56:00 +01:00 committed by GitHub
parent 8cf3e3842a
commit 78f7d525cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{
"app": {
"bundleName": "org.servo.servoshell",
"bundleName": "org.servo.servo",
"vendor": "example",
"versionCode": 1000000,
"versionName": "1.0.0",