mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
Merge pull request #2847 from atom/add-chromium-license
Add Chromium's licenses to the dist
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user