mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 01:19:59 +02:00
Fixed twilight version
This commit is contained in:
parent
5fba4cf081
commit
ece702ec86
3 changed files with 2 additions and 3 deletions
|
@ -63,8 +63,7 @@ def update_l10n_last_commit_hash():
|
||||||
os.system(f"git clone {L10N_REPO} l10n-temp")
|
os.system(f"git clone {L10N_REPO} l10n-temp")
|
||||||
if not os.path.exists("firefox-cache"):
|
if not os.path.exists("firefox-cache"):
|
||||||
os.mkdir("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:
|
except KeyboardInterrupt:
|
||||||
print("Exiting...")
|
print("Exiting...")
|
||||||
shutil.rmtree("l10n-temp")
|
shutil.rmtree("l10n-temp")
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"brandShortName": "Zen",
|
"brandShortName": "Zen",
|
||||||
"brandFullName": "Zen Twilight",
|
"brandFullName": "Zen Twilight",
|
||||||
"release": {
|
"release": {
|
||||||
"displayVersion": "1.7.2t",
|
"displayVersion": "1.7.5t",
|
||||||
"github": {
|
"github": {
|
||||||
"repo": "zen-browser/desktop"
|
"repo": "zen-browser/desktop"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue