fix: adjust download logic to work with latest firefox cdn

This commit is contained in:
zhom
2025-06-06 23:40:51 +04:00
parent e2547c6ec7
commit 8137f9bf8d
2 changed files with 35 additions and 33 deletions
+1 -3
View File
@@ -255,9 +255,7 @@ pub fn is_browser_version_nightly(
// This will be handled in the API parsing, so this fallback is for cached versions
is_nightly_version(version)
}
"mullvad-browser" | "tor-browser" => {
is_nightly_version(version)
}
"mullvad-browser" | "tor-browser" => is_nightly_version(version),
"chromium" => {
// Chromium builds are generally stable snapshots
false