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:
parent
8b49bdb724
commit
4dbb73b360
4 changed files with 7 additions and 10 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue