From 717e0f9821a4a30c8a9b787228529ff2ce2b8a8d Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 21 Sep 2015 10:18:38 +0800 Subject: [PATCH] Add Chromium's licenses to the dist --- script/create-dist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/create-dist.py b/script/create-dist.py index c978641df3..ca7e216428 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -126,6 +126,8 @@ def copy_chrome_binary(binary): def copy_license(): + shutil.copy2(os.path.join(CHROMIUM_DIR, '..', 'LICENSES.chromium.html'), + DIST_DIR) shutil.copy2(os.path.join(SOURCE_ROOT, 'LICENSE'), DIST_DIR)