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',
|
'<(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': [
|
'postbuilds': [
|
||||||
{
|
{
|
||||||
|
|
2
vendor/breakpad
vendored
2
vendor/breakpad
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 7f573220961df1d4d6a1c4c3c0e0c118e83a8628
|
Subproject commit 50cc121b00cc82b55dda8c51df54276b89f265d5
|
Loading…
Add table
Add a link
Reference in a new issue