Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move LICENSE file generation to build #9461

Merged
merged 1 commit into from May 14, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Move LICENSE file generation to brave-core (#9408)

  • Loading branch information
fmarier committed Apr 24, 2020
commit 1431501e12f61720904b06fd311b78019f15f5ef
@@ -1,6 +1,3 @@
# Licensing of third-party components
lib/licensing.js @fmarier

# Network auditor
lib/whitelistedUrlPatterns.js @brave/sec-team
lib/whitelistedUrlPrefixes.js @brave/sec-team
@@ -1,5 +1,4 @@
const config = require('../lib/config')
const licensing = require('../lib/licensing')
const util = require('../lib/util')
const path = require('path')
const fs = require('fs-extra')
@@ -15,7 +14,6 @@ const createDist = (buildConfig = config.defaultBuildConfig, options) => {
}

util.updateBranding()
licensing.updateLicenses()
fs.removeSync(path.join(config.outputDir, 'dist'))
config.buildTarget = 'create_dist'
util.buildTarget()

This file was deleted.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.