Load atom.js on startup.
This commit is contained in:
parent
f853fc3df5
commit
40307126d7
8 changed files with 24 additions and 9 deletions
6
atom.gyp
6
atom.gyp
|
@ -71,6 +71,12 @@
|
|||
'<(PRODUCT_DIR)/<(product_name).framework',
|
||||
],
|
||||
},
|
||||
{
|
||||
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources',
|
||||
'files': [
|
||||
'browser/atom',
|
||||
],
|
||||
},
|
||||
],
|
||||
'postbuilds': [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue