mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-28 19:55:36 +08:00
Also search libchromiumcontent download dir for dSYMs.
This commit is contained in:
@@ -164,11 +164,6 @@ def download_libchromiumcontent_symbols(url):
|
||||
'download')
|
||||
subprocess.check_call([sys.executable, download, '-f', '-s', url, target_dir])
|
||||
|
||||
if sys.platform == 'darwin':
|
||||
shutil.copytree(symbols_path,
|
||||
os.path.join(OUT_DIR, symbols_name),
|
||||
symlinks=True)
|
||||
|
||||
|
||||
def create_symbols():
|
||||
build = os.path.join(SOURCE_ROOT, 'script', 'build.py')
|
||||
|
||||
Reference in New Issue
Block a user