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:
parent
62df1fbc59
commit
9fd989106d
6 changed files with 16 additions and 7 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue