1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Merge pull request #113936 from akien-mga/certs-2025.12

certs: Sync with Mozilla bundle as of Dec 4, 2025
This commit is contained in:
Thaddeus Crews
2025-12-12 14:15:07 -06:00
6 changed files with 131 additions and 263 deletions

View File

@@ -203,7 +203,7 @@ env.add_source_files(env.core_sources, gen_encrypt)
# Certificates
env.CommandNoCache(
"#core/io/certs_compressed.gen.h",
["#thirdparty/certs/ca-certificates.crt", env.Value(env["builtin_certs"]), env.Value(env["system_certs_path"])],
["#thirdparty/certs/ca-bundle.crt", env.Value(env["builtin_certs"]), env.Value(env["system_certs_path"])],
env.Run(core_builders.make_certs_header),
)