chore: fix out_dir usage in upload-symbols.py
This commit is contained in:
parent
55765424f9
commit
37f405859f
4 changed files with 9 additions and 13 deletions
|
@ -303,6 +303,8 @@ def get_out_dir():
|
|||
out_dir = override
|
||||
return os.path.join(GN_SRC_DIR, 'out', out_dir)
|
||||
|
||||
# NOTE: This path is not created by gn, it is used as a scratch zone by our
|
||||
# upload scripts
|
||||
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