From 17403558559f217af61078cb079583bfd81375e7 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 18 Mar 2014 14:10:35 +0800 Subject: [PATCH] linux: Include content_shell.pak in distribution. --- script/create-dist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/create-dist.py b/script/create-dist.py index de08d34..59c8c28 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -47,6 +47,7 @@ TARGET_BINARIES = { ], 'linux': [ 'atom', + 'content_shell.pak', 'libchromiumcontent.so', 'libffmpegsumo.so', ], -- 2.7.4