Also ship ffmpegsumo.dll in the distribution.
This commit is contained in:
parent
a26308d902
commit
5787b4cd6f
2 changed files with 2 additions and 0 deletions
1
atom.gyp
1
atom.gyp
|
@ -275,6 +275,7 @@
|
||||||
'destination': '<(PRODUCT_DIR)',
|
'destination': '<(PRODUCT_DIR)',
|
||||||
'files': [
|
'files': [
|
||||||
'<(libchromiumcontent_library_dir)/chromiumcontent.dll',
|
'<(libchromiumcontent_library_dir)/chromiumcontent.dll',
|
||||||
|
'<(libchromiumcontent_library_dir)/ffmpegsumo.dll',
|
||||||
'<(libchromiumcontent_library_dir)/icudt.dll',
|
'<(libchromiumcontent_library_dir)/icudt.dll',
|
||||||
'<(libchromiumcontent_library_dir)/libGLESv2.dll',
|
'<(libchromiumcontent_library_dir)/libGLESv2.dll',
|
||||||
'<(libchromiumcontent_resources_dir)/content_shell.pak',
|
'<(libchromiumcontent_resources_dir)/content_shell.pak',
|
||||||
|
|
|
@ -34,6 +34,7 @@ TARGET_BINARIES = {
|
||||||
'atom.exe',
|
'atom.exe',
|
||||||
'chromiumcontent.dll',
|
'chromiumcontent.dll',
|
||||||
'content_shell.pak',
|
'content_shell.pak',
|
||||||
|
'ffmpegsumo.dll',
|
||||||
'icudt.dll',
|
'icudt.dll',
|
||||||
'libGLESv2.dll',
|
'libGLESv2.dll',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue