Skip to content

Commit

Permalink
wrap line to stay under 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Sep 8, 2016
1 parent 5bee017 commit 9b27f73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/upload.py
Expand Up @@ -78,7 +78,8 @@ def main():
upload_electron(github, release, os.path.join(DIST_DIR, DIST_NAME))
upload_electron(github, release, os.path.join(DIST_DIR, SYMBOLS_NAME))
if PLATFORM == 'darwin':
upload_electron(github, release, os.path.join(DIST_DIR, 'electron-api.json'))
upload_electron(github, release, os.path.join(DIST_DIR,
'electron-api.json'))
upload_electron(github, release, os.path.join(DIST_DIR, DSYM_NAME))
elif PLATFORM == 'win32':
upload_electron(github, release, os.path.join(DIST_DIR, PDB_NAME))
Expand Down

0 comments on commit 9b27f73

Please sign in to comment.