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 7, 2018
1 parent d9ae159 commit 8e82d22
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 @@ -66,6 +66,7 @@ Config.prototype.buildArgs = function () {
brave_version_major: version_parts[0],
brave_version_minor: version_parts[1],
brave_version_build: version_parts[2],
enable_distro_version_check: this.is_official_build,
}

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

0 comments on commit 8e82d22

Please sign in to comment.