mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 00:10:00 +02:00
Update to firefox 136.0
This commit is contained in:
parent
6115bbabc8
commit
f7995f6da7
12 changed files with 152 additions and 230 deletions
|
@ -60,7 +60,7 @@ def update_readme(last_version, new_version, is_rc=False):
|
|||
def update_l10n_last_commit_hash():
|
||||
L10N_REPO = "https://github.com/mozilla-l10n/firefox-l10n"
|
||||
try:
|
||||
os.system(f"git clone {L10N_REPO} l10n-temp")
|
||||
os.system(f"git clone {L10N_REPO} l10n-temp --depth 1")
|
||||
if not os.path.exists("firefox-cache"):
|
||||
os.mkdir("firefox-cache")
|
||||
os.system("cat l10n-temp/.git/refs/heads/main > firefox-cache/l10n-last-commit-hash")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue