Initial javascript startup code.
This commit is contained in:
parent
a7516f3da5
commit
ef2056c3f5
5 changed files with 52 additions and 7 deletions
3
atom.gyp
3
atom.gyp
|
@ -6,6 +6,7 @@
|
|||
'app/atom_main.cc',
|
||||
],
|
||||
'coffee_sources': [
|
||||
'browser/api/lib/atom.coffee',
|
||||
'browser/atom/atom.coffee',
|
||||
],
|
||||
'lib_sources': [
|
||||
|
@ -84,7 +85,7 @@
|
|||
],
|
||||
},
|
||||
{
|
||||
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources',
|
||||
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources/browser',
|
||||
'files': [
|
||||
'browser/default_app',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue