electron-api.json is under out/ instead of out/R/

This commit is contained in:
Cheng Zhao 2016-09-22 14:31:28 +09:00
parent 32543997d4
commit 4e0f810148

View file

@ -130,7 +130,7 @@ def copy_license():
shutil.copy2(os.path.join(SOURCE_ROOT, 'LICENSE'), DIST_DIR)
def copy_api_json_schema():
shutil.copy2(os.path.join(OUT_DIR, 'electron-api.json'), DIST_DIR)
shutil.copy2(os.path.join(SOURCE_ROOT, 'out', 'electron-api.json'), DIST_DIR)
def strip_binaries():
for binary in TARGET_BINARIES[PLATFORM]: