chore: fix out_dir usage in upload-node-headers.py
This commit is contained in:
parent
363cf1dec2
commit
c1705f2789
2 changed files with 11 additions and 8 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue