use one line
This commit is contained in:
parent
cef9cd3cfc
commit
2a825310ea
1 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ def copy_license():
|
||||||
|
|
||||||
def create_api_json_schema():
|
def create_api_json_schema():
|
||||||
outfile = os.path.join(DIST_DIR, 'electron-api.json')
|
outfile = os.path.join(DIST_DIR, 'electron-api.json')
|
||||||
execute(['electron-docs-linter',
|
execute(['electron-docs-linter', '--outfile={0}'.format(outfile)])
|
||||||
'--outfile={0}'.format(outfile)])
|
|
||||||
|
|
||||||
def strip_binaries():
|
def strip_binaries():
|
||||||
for binary in TARGET_BINARIES[PLATFORM]:
|
for binary in TARGET_BINARIES[PLATFORM]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue