mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Ship with correct files in distribution
This commit is contained in:
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',
|
||||
|
||||
Reference in New Issue
Block a user