Merge pull request #7120 from electron/lint-docs

Publish the public API as a JSON object
This commit is contained in:
Zeke Sikelianos 2016-09-16 14:05:32 -07:00 committed by GitHub
commit d4b204799d
3 changed files with 9 additions and 2 deletions

View file

@ -79,6 +79,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, DSYM_NAME))
elif PLATFORM == 'win32':
upload_electron(github, release, os.path.join(DIST_DIR, PDB_NAME))