We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f7fb0 commit 0ee9a7eCopy full SHA for 0ee9a7e
1 file changed
SuperPatch.Core/Storages/ChromiumStorage.cs
@@ -60,7 +60,7 @@ public ChromiumStorage(Workspace wrk, HttpClient http) : base(wrk)
60
});
61
subModulesInfos.Add(new SubModulesInfo()
62
{
63
- Path = "third_party/boringssl/",
+ Path = "third_party/boringssl/src/",
64
Url = "https://raw.githubusercontent.com/google/boringssl",
65
RevisionIndex = "boringssl_revision",
66
0 commit comments