diff --git a/l10n-last-commit-hash b/l10n-last-commit-hash deleted file mode 100644 index e69de29bb..000000000 diff --git a/scripts/update_ff.py b/scripts/update_ff.py index 18798ecbd..df61856d5 100644 --- a/scripts/update_ff.py +++ b/scripts/update_ff.py @@ -63,8 +63,7 @@ def update_l10n_last_commit_hash(): os.system(f"git clone {L10N_REPO} l10n-temp") if not os.path.exists("firefox-cache"): os.mkdir("firefox-cache") - with open("l10n-last-commit-hash", "w") as f: - os.system("cat l10n-temp/.git/refs/heads/main > firefox-cache/l10n-last-commit-hash") + os.system("cat l10n-temp/.git/refs/heads/main > firefox-cache/l10n-last-commit-hash") except KeyboardInterrupt: print("Exiting...") shutil.rmtree("l10n-temp") diff --git a/surfer.json b/surfer.json index 2dccdf43e..d84fbed49 100644 --- a/surfer.json +++ b/surfer.json @@ -39,7 +39,7 @@ "brandShortName": "Zen", "brandFullName": "Zen Twilight", "release": { - "displayVersion": "1.7.2t", + "displayVersion": "1.7.5t", "github": { "repo": "zen-browser/desktop" }