From 80c9f864be0d11f884bed1ed6637f0b66fc9fac9 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 1 Apr 2015 20:27:27 +0800 Subject: [PATCH] Ship node.dll --- script/create-dist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/create-dist.py b/script/create-dist.py index a873197cf5f..49b186edb67 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -33,6 +33,7 @@ TARGET_BINARIES = { 'chromiumcontent.dll', 'content_shell.pak', 'd3dcompiler_47.dll', + 'node.dll', 'ffmpegsumo.dll', 'icudtl.dat', 'libEGL.dll', @@ -49,6 +50,7 @@ TARGET_BINARIES = { 'linux': [ 'atom', 'content_shell.pak', + 'libnode.so', 'icudtl.dat', 'libchromiumcontent.so', 'libffmpegsumo.so',