mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
UI: Rename s_serenity_resource_root to s_ladybird_resource_root
This commit is contained in:
parent
922c6bde87
commit
3adfdd3257
Notes:
github-actions[bot]
2024-07-21 22:00:20 +00:00
Author: https://github.com/circl-lastname
Commit: 3adfdd3257
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/753
Reviewed-by: https://github.com/ADKaster ✅
11 changed files with 18 additions and 18 deletions
|
|
@ -31,7 +31,7 @@ ErrorOr<ByteString> find_certificates(StringView serenity_resource_root)
|
|||
ErrorOr<int> service_main(int ipc_socket)
|
||||
{
|
||||
// Ensure the certificates are read out here.
|
||||
DefaultRootCACertificates::set_default_certificate_paths(Vector { TRY(find_certificates(s_serenity_resource_root)) });
|
||||
DefaultRootCACertificates::set_default_certificate_paths(Vector { TRY(find_certificates(s_ladybird_resource_root)) });
|
||||
[[maybe_unused]] auto& certs = DefaultRootCACertificates::the();
|
||||
|
||||
Core::EventLoop event_loop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue