mac: Copy necessary breakpad binaries to package.
This commit is contained in:
parent
85428d8eb3
commit
896c1793d3
2 changed files with 8 additions and 1 deletions
7
atom.gyp
7
atom.gyp
|
@ -441,6 +441,13 @@
|
|||
'<(libchromiumcontent_library_dir)/libchromiumcontent.dylib',
|
||||
],
|
||||
},
|
||||
{
|
||||
'destination': '<(PRODUCT_DIR)/<(product_name).framework/Versions/A/Resources',
|
||||
'files': [
|
||||
'<(PRODUCT_DIR)/Inspector',
|
||||
'<(PRODUCT_DIR)/crash_report_sender.app',
|
||||
],
|
||||
},
|
||||
],
|
||||
'postbuilds': [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue