Skip to content

Commit ef4d1cf

Browse files
authored
Merge pull request #8616 from brave/bsc-fix-nightly-build
Comment out licensing so we can get a Nightly build
2 parents c7831e9 + 4e7d1ee commit ef4d1cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/build.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ const build = (buildConfig = config.defaultBuildConfig, options) => {
9595
touchOverriddenVectorIconFiles()
9696
util.updateBranding()
9797
if (buildConfig === 'Release') {
98-
licensing.updateLicenses()
98+
// TODO(bsclifton): uncomment when we can address problem
99+
// licensing.updateLicenses()
99100
}
100101

101102
if (config.xcode_gen_target) {

0 commit comments

Comments
 (0)