1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 01:27:12 +02:00

abandon separate, distinct webext version for dev build

This commit is contained in:
Raymond Hill 2018-02-16 09:36:58 -05:00
parent f98cd53cdc
commit b2ff50f039
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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']