chore: fix out_dir usage in upload-symbols.py

This commit is contained in:
Samuel Attard 2018-09-28 11:24:25 +10:00
parent 55765424f9
commit 37f405859f
4 changed files with 9 additions and 13 deletions

View file

@ -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')