diff --git a/atom.gyp b/atom.gyp index 08f4f61f5d..7f264fbbfc 100644 --- a/atom.gyp +++ b/atom.gyp @@ -275,6 +275,7 @@ 'destination': '<(PRODUCT_DIR)', 'files': [ '<(libchromiumcontent_library_dir)/chromiumcontent.dll', + '<(libchromiumcontent_library_dir)/ffmpegsumo.dll', '<(libchromiumcontent_library_dir)/icudt.dll', '<(libchromiumcontent_library_dir)/libGLESv2.dll', '<(libchromiumcontent_resources_dir)/content_shell.pak', diff --git a/script/create-dist.py b/script/create-dist.py index 8b131069dc..41aea20a9e 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -34,6 +34,7 @@ TARGET_BINARIES = { 'atom.exe', 'chromiumcontent.dll', 'content_shell.pak', + 'ffmpegsumo.dll', 'icudt.dll', 'libGLESv2.dll', ],