forked from ZenBrowserMirrors/zen-desktop
chore: Updated to firefox 138.0.3, b=(no-bug), c=scripts, common
This commit is contained in:
parent
7c12ad72b8
commit
641d4d0f87
5 changed files with 10 additions and 14 deletions
|
@ -38,7 +38,7 @@ def get_rc_response() -> Optional[str]:
|
|||
for tag_dict in data["tags"]:
|
||||
tag = tag_dict["tag"]
|
||||
if (tag.startswith("FIREFOX") and tag.endswith("_BUILD1")
|
||||
and "ESR" not in tag and "b" not in tag):
|
||||
and "ESR" not in tag and "b" not in tag and "ANDROID" not in tag):
|
||||
return (tag.replace("FIREFOX_", "").replace("_BUILD1",
|
||||
"").replace("_", "."))
|
||||
except (FileNotFoundError, json.JSONDecodeError) as e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue