mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
afc41241f2
commit
81324b765d
|
@ -20,6 +20,7 @@ firefox_manifest_file = os.path.join(build_dir, 'manifest.json')
|
||||||
with open(firefox_manifest_file) as f2:
|
with open(firefox_manifest_file) as f2:
|
||||||
firefox_manifest = json.load(f2)
|
firefox_manifest = json.load(f2)
|
||||||
|
|
||||||
|
if 'sidebar_action' in firefox_manifest:
|
||||||
match = re.search('^(\d+\.\d+\.\d+)(\.\d+)$', version)
|
match = re.search('^(\d+\.\d+\.\d+)(\.\d+)$', version)
|
||||||
if not match:
|
if not match:
|
||||||
# https://bugzilla.mozilla.org/show_bug.cgi?id=1459007
|
# https://bugzilla.mozilla.org/show_bug.cgi?id=1459007
|
||||||
|
|
Loading…
Reference in New Issue