linux: Dump symbols in create-dist.py.
This commit is contained in:
parent
7cfff62037
commit
2d2fbaaa4a
2 changed files with 27 additions and 3 deletions
|
@ -84,7 +84,7 @@ def main():
|
|||
force_build()
|
||||
if TARGET_PLATFORM != 'linux':
|
||||
download_libchromiumcontent_symbols(args.url)
|
||||
create_symbols()
|
||||
create_symbols()
|
||||
copy_binaries()
|
||||
copy_headers()
|
||||
copy_license()
|
||||
|
@ -205,8 +205,6 @@ def create_symbols_zip():
|
|||
with scoped_cwd(DIST_DIR):
|
||||
files = ['LICENSE', 'version']
|
||||
dirs = ['Atom-Shell.breakpad.syms']
|
||||
if TARGET_PLATFORM == 'linux':
|
||||
dirs = []
|
||||
make_zip(zip_file, files, dirs)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue