Create symbols zip file when creating distribution.
This commit is contained in:
parent
1d2de6d1fb
commit
e4b4087fdb
3 changed files with 31 additions and 5 deletions
2
atom.gyp
2
atom.gyp
|
@ -415,7 +415,7 @@
|
|||
'tools/mac/generate_breakpad_symbols.py',
|
||||
'--build-dir=<(PRODUCT_DIR)',
|
||||
'--binary=<(PRODUCT_DIR)/<(product_name).app/Contents/MacOS/<(product_name)',
|
||||
'--symbols-dir=<(PRODUCT_DIR)/<(product_name).breakpad.syms',
|
||||
'--symbols-dir=<(PRODUCT_DIR)/atom-shell.breakpad.syms',
|
||||
'--clear',
|
||||
'--jobs=16',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue