Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
headless-browser: Call
platform_init()
for path of resources folder
For `AK_OS_SERENITY`, the root path of the resources folder is "/res"; but otherwise it should be the `s_serenity_resource_root` variable set in `platform_init()`. However, a path provided on the command line, will override the default path in both of those cases. This change also makes sure that `RequestServer` can find the certificates file `serenity/Build/lagom/share/Lagom/ladybird/cacert.pem`
- Loading branch information