Discard the extra node binary.
We now use atom-shell's binary to execute scripts.
This commit is contained in:
parent
574811fee0
commit
317bd0debf
6 changed files with 1 additions and 117 deletions
13
atom.gyp
13
atom.gyp
|
@ -237,13 +237,6 @@
|
|||
'browser/default_app',
|
||||
],
|
||||
},
|
||||
{
|
||||
# Copy node binary for worker process support.
|
||||
'destination': '<(PRODUCT_DIR)/<(product_name).app/Contents/Resources',
|
||||
'files': [
|
||||
'node/node',
|
||||
],
|
||||
},
|
||||
],
|
||||
'postbuilds': [
|
||||
{
|
||||
|
@ -287,12 +280,6 @@
|
|||
'browser/default_app',
|
||||
]
|
||||
},
|
||||
{
|
||||
'destination': '<(PRODUCT_DIR)/resources',
|
||||
'files': [
|
||||
'node/node.exe',
|
||||
]
|
||||
},
|
||||
],
|
||||
}], # OS=="win"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue