Add Chromium's licenses to the dist
This commit is contained in:
parent
7bb9595b81
commit
717e0f9821
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ def copy_chrome_binary(binary):
|
||||||
|
|
||||||
|
|
||||||
def copy_license():
|
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)
|
shutil.copy2(os.path.join(SOURCE_ROOT, 'LICENSE'), DIST_DIR)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue