Load atom.js on startup.

This commit is contained in:
Cheng Zhao 2013-04-13 21:10:41 +08:00
parent f853fc3df5
commit 40307126d7
8 changed files with 24 additions and 9 deletions

View file

@ -71,6 +71,12 @@
'<(PRODUCT_DIR)/<(product_name).framework',
],
},
{
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources',
'files': [
'browser/atom',
],
},
],
'postbuilds': [
{