mirror of
https://github.com/gorhill/uBlock.git
synced 2025-01-31 12:11:36 +01:00
"developement build" instead of "dev build"
This commit is contained in:
parent
980031ae47
commit
dd92337a4a
@ -25,7 +25,7 @@ manifest_out['version'] = version
|
||||
# Development build? If so, modify name accordingly.
|
||||
match = re.search('^\d+\.\d+\.\d+\.\d+$', version)
|
||||
if match:
|
||||
dev_build = ' dev build'
|
||||
dev_build = ' development build'
|
||||
manifest_out['name'] += dev_build
|
||||
manifest_out['short_name'] += dev_build
|
||||
manifest_out['browser_action']['default_title'] += dev_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user