We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b66f0 commit 204b562Copy full SHA for 204b562
githubhelper.py
@@ -6,7 +6,7 @@
6
fn = 'pkg/https-everywhere-%s.crx' % VERSION
7
8
results = json.load(urllib.urlopen('https://api.github.com/repos/aaronsw/https-everywhere/downloads?access_token=%s' % oauth_token, json.dumps(dict(
9
- name=fn,
+ name=fn.split('/')[-1],
10
size=os.stat(fn).st_size,
11
description='Release of version %s' % VERSION,
12
content_type='application/x-chrome-extension'
0 commit comments