mirror of
https://github.com/zen-browser/desktop.git
synced 2025-11-21 09:36:22 +00:00
Update Firefox version to 134.0.1 in surfer.json and README.md; adjust LTO settings in mozconfig
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user