Copy the default_app to bundle.
This commit is contained in:
parent
ee420b1590
commit
a7516f3da5
4 changed files with 7 additions and 1 deletions
6
atom.gyp
6
atom.gyp
|
@ -83,6 +83,12 @@
|
|||
'<(PRODUCT_DIR)/<(product_name).framework',
|
||||
],
|
||||
},
|
||||
{
|
||||
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources',
|
||||
'files': [
|
||||
'browser/default_app',
|
||||
],
|
||||
}
|
||||
],
|
||||
'postbuilds': [
|
||||
{
|
||||
|
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 15315eb17c8aa0d27efc5a39530949f010085ac1
|
||||
Subproject commit ff00d60bcf92fdb229cf0326e31d1aff82ed357e
|
Loading…
Add table
Add a link
Reference in a new issue