Ship with correct files in distribution
This commit is contained in:
parent
c2852b5b8c
commit
c3f8ef06b6
2 changed files with 2 additions and 5 deletions
1
atom.gyp
1
atom.gyp
|
@ -429,7 +429,6 @@
|
|||
{
|
||||
'action_name': 'Strip Binary',
|
||||
'inputs': [
|
||||
'<(PRODUCT_DIR)/libchromiumcontent.so',
|
||||
'<(PRODUCT_DIR)/libffmpegsumo.so',
|
||||
'<(PRODUCT_DIR)/<(project_name)',
|
||||
# Add the syms folder as input would force this action to run
|
||||
|
|
|
@ -29,10 +29,9 @@ TARGET_BINARIES = {
|
|||
],
|
||||
'win32': [
|
||||
'atom.exe',
|
||||
'chromiumcontent.dll',
|
||||
'boringssl.dll',
|
||||
'content_shell.pak',
|
||||
'd3dcompiler_47.dll',
|
||||
'node.dll',
|
||||
'ffmpegsumo.dll',
|
||||
'icudtl.dat',
|
||||
'libEGL.dll',
|
||||
|
@ -46,9 +45,8 @@ TARGET_BINARIES = {
|
|||
'linux': [
|
||||
'atom',
|
||||
'content_shell.pak',
|
||||
'libnode.so',
|
||||
'icudtl.dat',
|
||||
'libchromiumcontent.so',
|
||||
'libboringssl.so',
|
||||
'libffmpegsumo.so',
|
||||
'natives_blob.bin',
|
||||
'snapshot_blob.bin',
|
||||
|
|
Loading…
Reference in a new issue