feat: add norisk client source support (#6707)

Signed-off-by: Robin <me@orb1n.dev>
This commit is contained in:
Robin
2026-07-13 15:25:51 -07:00
committed by Prospector
parent 706d46a6e2
commit 31ef22767e
@@ -657,6 +657,7 @@ static DOWNLOAD_SOURCE_PATTERNS: LazyLock<Vec<(Regex, DownloadSourcePattern)>> =
(r"^mrpack4server", P::Named("mrpack4server")),
(r"^DawnLauncher/", P::Named("Dawn")),
(r"^Complementary-Installer", P::Named("Complementary Installer")),
(r"^noriskclient-launcher-v3/", P::Named("NoRisk Client")),
(
r"^(Mozilla/|Chrome/|Chromium/|Firefox/|Safari/|AppleWebKit/|Edg/|OPR/)",
P::Website,