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
1 changed files with 0 additions and 3 deletions

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