1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 17:15:30 +02:00

Update Firefox version to 134.0.1 in surfer.json and README.md; adjust LTO settings in mozconfig

This commit is contained in:
mr. M 2025-01-14 16:46:55 +01:00
parent 62df1fbc59
commit 9fd989106d
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
6 changed files with 16 additions and 7 deletions

View file

@ -45,7 +45,7 @@ def get_version_from_file(filename, is_rc):
def update_readme(last_version, new_version, is_rc=False):
"""Updates the README.md file to reflect the new version."""
prefix = "RC " if is_rc else ""
prefix = "RC " if is_rc else "`"
try:
with open("README.md", "r") as f:
data = f.read()