mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
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>
10 lines
200 B
Text
10 lines
200 B
Text
{
|
|
"app": {
|
|
"bundleName": "org.servo.servo",
|
|
"vendor": "example",
|
|
"versionCode": 1000000,
|
|
"versionName": "1.0.0",
|
|
"icon": "$media:servo_64",
|
|
"label": "$string:app_name"
|
|
}
|
|
}
|