1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:27:44 +00:00

Meta+Documentation+Ladybird: Update places that use ladybird filename

Fallout from 01feae24b2

These places referred to the filename "ladybird" directly, but we
changed the OUTPUT_NAME of ladybird to "Ladybird".
This commit is contained in:
Andrew Kaster 2023-10-26 21:05:16 -06:00 committed by Andreas Kling
parent 8b49bdb724
commit 4dbb73b360
4 changed files with 7 additions and 10 deletions

View file

@ -32,7 +32,7 @@ static ErrorOr<pid_t> launch_process(StringView application, ReadonlySpan<char c
static ErrorOr<pid_t> launch_browser(DeprecatedString const& socket_path)
{
return launch_process("ladybird"sv,
return launch_process("Ladybird"sv,
Array {
"--webdriver-content-path",
socket_path.characters(),