Skip to content

Commit 73b3871

Browse files
authored
feat: add norisk client source support (#6707)
Signed-off-by: Robin <me@orb1n.dev>
1 parent 706d46a commit 73b3871

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/labrinth/src/routes/v3/analytics_get/metrics/project_downloads.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,7 @@ static DOWNLOAD_SOURCE_PATTERNS: LazyLock<Vec<(Regex, DownloadSourcePattern)>> =
657657
(r"^mrpack4server", P::Named("mrpack4server")),
658658
(r"^DawnLauncher/", P::Named("Dawn")),
659659
(r"^Complementary-Installer", P::Named("Complementary Installer")),
660+
(r"^noriskclient-launcher-v3/", P::Named("NoRisk Client")),
660661
(
661662
r"^(Mozilla/|Chrome/|Chromium/|Firefox/|Safari/|AppleWebKit/|Edg/|OPR/)",
662663
P::Website,

0 commit comments

Comments
 (0)