mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
"developement build" instead of "dev build"
This commit is contained in:
parent
980031ae47
commit
dd92337a4a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue