aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-08-12 16:34:33 -0400
committergorhill <rhill@raymondhill.net>2015-08-12 16:34:33 -0400
commit5a8079940ccac81421c2b66e8bea942c35fa8411 (patch)
treea4c02ed8eadc6f3eb281a40ce9a2e595a2e1b467 /tools
parent176f518d65f736f7b34c6b4f8d30d5b091309849 (diff)
downloaduBlock-5a8079940ccac81421c2b66e8bea942c35fa8411.zip
uBlock-5a8079940ccac81421c2b66e8bea942c35fa8411.tar.gz
uBlock-5a8079940ccac81421c2b66e8bea942c35fa8411.tar.bz2
no need for dash separator
Diffstat (limited to 'tools')
-rw-r--r--tools/make-firefox-meta.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-firefox-meta.py b/tools/make-firefox-meta.py
index 26e5952..72e0c28 100644
--- a/tools/make-firefox-meta.py
+++ b/tools/make-firefox-meta.py
@@ -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']