No need to ship ffmpeg in dist
This commit is contained in:
parent
cf6a904f95
commit
61b7a3afe3
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ TARGET_BINARIES = {
|
||||||
'{0}.exe'.format(PROJECT_NAME), # 'electron.exe'
|
'{0}.exe'.format(PROJECT_NAME), # 'electron.exe'
|
||||||
'content_shell.pak',
|
'content_shell.pak',
|
||||||
'd3dcompiler_47.dll',
|
'd3dcompiler_47.dll',
|
||||||
'ffmpegsumo.dll',
|
|
||||||
'icudtl.dat',
|
'icudtl.dat',
|
||||||
'libEGL.dll',
|
'libEGL.dll',
|
||||||
'libGLESv2.dll',
|
'libGLESv2.dll',
|
||||||
|
@ -50,7 +49,6 @@ TARGET_BINARIES = {
|
||||||
PROJECT_NAME, # 'electron'
|
PROJECT_NAME, # 'electron'
|
||||||
'content_shell.pak',
|
'content_shell.pak',
|
||||||
'icudtl.dat',
|
'icudtl.dat',
|
||||||
'libffmpegsumo.so',
|
|
||||||
'libnode.so',
|
'libnode.so',
|
||||||
'natives_blob.bin',
|
'natives_blob.bin',
|
||||||
'snapshot_blob.bin',
|
'snapshot_blob.bin',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue