mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
abandon separate, distinct webext version for dev build
This commit is contained in:
parent
f98cd53cdc
commit
b2ff50f039
1 changed files with 0 additions and 3 deletions
|
|
@ -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 a new issue