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',
|
'action_name': 'Strip Binary',
|
||||||
'inputs': [
|
'inputs': [
|
||||||
'<(PRODUCT_DIR)/libchromiumcontent.so',
|
|
||||||
'<(PRODUCT_DIR)/libffmpegsumo.so',
|
'<(PRODUCT_DIR)/libffmpegsumo.so',
|
||||||
'<(PRODUCT_DIR)/<(project_name)',
|
'<(PRODUCT_DIR)/<(project_name)',
|
||||||
# Add the syms folder as input would force this action to run
|
# Add the syms folder as input would force this action to run
|
||||||
|
|
|
@ -29,10 +29,9 @@ TARGET_BINARIES = {
|
||||||
],
|
],
|
||||||
'win32': [
|
'win32': [
|
||||||
'atom.exe',
|
'atom.exe',
|
||||||
'chromiumcontent.dll',
|
'boringssl.dll',
|
||||||
'content_shell.pak',
|
'content_shell.pak',
|
||||||
'd3dcompiler_47.dll',
|
'd3dcompiler_47.dll',
|
||||||
'node.dll',
|
|
||||||
'ffmpegsumo.dll',
|
'ffmpegsumo.dll',
|
||||||
'icudtl.dat',
|
'icudtl.dat',
|
||||||
'libEGL.dll',
|
'libEGL.dll',
|
||||||
|
@ -46,9 +45,8 @@ TARGET_BINARIES = {
|
||||||
'linux': [
|
'linux': [
|
||||||
'atom',
|
'atom',
|
||||||
'content_shell.pak',
|
'content_shell.pak',
|
||||||
'libnode.so',
|
|
||||||
'icudtl.dat',
|
'icudtl.dat',
|
||||||
'libchromiumcontent.so',
|
'libboringssl.so',
|
||||||
'libffmpegsumo.so',
|
'libffmpegsumo.so',
|
||||||
'natives_blob.bin',
|
'natives_blob.bin',
|
||||||
'snapshot_blob.bin',
|
'snapshot_blob.bin',
|
||||||
|
|
Loading…
Reference in a new issue