mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
fix py publish script
This commit is contained in:
parent
6c97872ddf
commit
8b049d592f
2
dist/firefox/publish-signed-beta.py
vendored
2
dist/firefox/publish-signed-beta.py
vendored
@ -278,7 +278,7 @@ updates_json_filepath = os.path.join(projdir, 'dist', 'firefox', 'updates.json')
|
|||||||
with open(updates_json_filepath) as f:
|
with open(updates_json_filepath) as f:
|
||||||
updates_json = json.load(f)
|
updates_json = json.load(f)
|
||||||
f.close()
|
f.close()
|
||||||
previous_version = updates_json['addons'][extension_id]['updates'][0]['ext_version']
|
previous_version = updates_json['addons'][extension_id]['updates'][0]['version']
|
||||||
if LooseVersion(ext_version) > LooseVersion(previous_version):
|
if LooseVersion(ext_version) > LooseVersion(previous_version):
|
||||||
with open(os.path.join(projdir, 'dist', 'firefox', 'updates.template.json')) as f:
|
with open(os.path.join(projdir, 'dist', 'firefox', 'updates.template.json')) as f:
|
||||||
template_json = Template(f.read())
|
template_json = Template(f.read())
|
||||||
|
Loading…
Reference in New Issue
Block a user