mirror of https://github.com/gorhill/uBlock.git
abandon separate, distinct webext version for dev build
This commit is contained in:
parent
f98cd53cdc
commit
b2ff50f039
|
@ -31,9 +31,6 @@ if match:
|
|||
else:
|
||||
builttype = 'rc' + str(buildtype - 100)
|
||||
webext_manifest['version'] = match.group(1) + builttype
|
||||
gecko = webext_manifest['applications']['gecko']
|
||||
gecko['id'] = gecko['id'].replace('uBlock0', 'uBlock0.dev-build')
|
||||
webext_manifest['name'] = webext_manifest['name'] + ' dev build'
|
||||
else:
|
||||
webext_manifest['version'] = chromium_manifest['version']
|
||||
|
||||
|
|
Loading…
Reference in New Issue