Skip to content

Commit

Permalink
Merge pull request #306 from bkero/distro-check
Browse files Browse the repository at this point in the history
add toggle for enable_distro_version_check
  • Loading branch information
bbondy authored Jun 25, 2018
2 parents 999758f + e4b134b commit c1fc1ac
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 c1fc1ac

Please sign in to comment.