Skip to content

Commit

Permalink
add toggle for enable_distro_version_check
Browse files Browse the repository at this point in the history
This turns off distro version checks for non-official builds

This is in reference to #305
  • Loading branch information
bkero committed Jun 25, 2018
1 parent 999758f commit e4b134b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Config.prototype.buildArgs = function () {
brave_version_minor: version_parts[1],
brave_version_build: version_parts[2],
safebrowsing_api_endpoint: this.safeBrowsingApiEndpoint,
enable_distro_version_check: this.is_official_build,
}

if (process.platform === 'darwin') {
Expand Down

0 comments on commit e4b134b

Please sign in to comment.