mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 21:49:58 +02:00
chore: Update surfer.json file paths in update_ff.py
This commit is contained in:
parent
428eb56cea
commit
a259c40209
3 changed files with 3 additions and 941 deletions
|
@ -10,13 +10,13 @@ def update_ff():
|
|||
|
||||
def get_version_before():
|
||||
global last_version
|
||||
with open("gluon.json", "r") as f:
|
||||
with open("surfer.json", "r") as f:
|
||||
data = json.load(f)
|
||||
last_version = data["version"]["version"]
|
||||
|
||||
def get_version_after():
|
||||
global new_version
|
||||
with open("gluon.json", "r") as f:
|
||||
with open("surfer.json", "r") as f:
|
||||
data = json.load(f)
|
||||
new_version = data["version"]["version"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue