mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: fix out_dir usage in upload-symbols.py
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user