1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37:35 +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

@ -157,7 +157,7 @@ ninja -C Build/ladybird debug
To run without ninja rule:
```
export SERENITY_SOURCE_DIR=$(realpath ../)
./Build/ladybird/bin/ladybird # or, in macOS: open ./Build/ladybird/bin/ladybird.app
./Build/ladybird/bin/Ladybird # or, in macOS: open ./Build/ladybird/bin/Ladybird.app
```
### Debugging with CLion