mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
no need for dash separator
This commit is contained in:
parent
176f518d65
commit
5a8079940c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ with open(chromium_manifest, encoding='utf-8') as m:
|
|||
# https://developer.mozilla.org/en-US/Add-ons/AMO/Policy/Maintenance#How_do_I_submit_a_Beta_add-on.3F
|
||||
# "To create a beta channel [...] '(a|alpha|b|beta|pre|rc)\d*$' "
|
||||
if sys.argv[2]:
|
||||
manifest['version'] += '-' + sys.argv[2]
|
||||
manifest['version'] += sys.argv[2]
|
||||
|
||||
manifest['homepage'] = 'https://github.com/gorhill/uBlock'
|
||||
manifest['description'] = descriptions['en']
|
||||
|
|
Loading…
Reference in a new issue