UI: Rename s_serenity_resource_root to s_ladybird_resource_root

This commit is contained in:
circl
2024-07-21 16:50:14 +02:00
committed by Andrew Kaster
parent 922c6bde87
commit 3adfdd3257
11 changed files with 18 additions and 18 deletions

View File

@@ -92,7 +92,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
StringView command_line {};
StringView executable_path {};
auto config_path = ByteString::formatted("{}/ladybird/default-config", s_serenity_resource_root);
auto config_path = ByteString::formatted("{}/ladybird/default-config", s_ladybird_resource_root);
StringView mach_server_name {};
Vector<ByteString> certificates;
int request_server_socket { -1 };