chore: fix out_dir usage in upload-node-headers.py

This commit is contained in:
Samuel Attard 2018-09-27 16:48:07 +10:00
parent 363cf1dec2
commit c1705f2789
2 changed files with 11 additions and 8 deletions

View file

@ -303,3 +303,5 @@ def get_out_dir():
out_dir = override
return os.path.join(GN_SRC_DIR, 'out', out_dir)
def get_dist_dir():
return os.path.join(get_out_dir(), 'gen', 'electron_dist')