From 9a15fbe83e1b7cc53ba1666d312ff8528533f2c0 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Tue, 11 Sep 2018 22:57:52 -0700 Subject: [PATCH] Update to Muon 8.1.4 Fixes https://github.com/brave/browser-laptop/issues/15102 Auditors: @darkdh --- .npmrc | 4 ++-- tools/cibuild.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index 2b5bbb91f29..72afac67f8b 100644 --- a/.npmrc +++ b/.npmrc @@ -1,7 +1,7 @@ runtime = electron target_arch = x64 -brave_electron_version = 8.1.3 +brave_electron_version = 8.1.4 chromedriver_version = 2.40 -target = v8.1.3 +target = v8.1.4 disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/ build_from_source = true diff --git a/tools/cibuild.py b/tools/cibuild.py index debb107efed..309547aa503 100755 --- a/tools/cibuild.py +++ b/tools/cibuild.py @@ -4,7 +4,7 @@ import subprocess import sys import os.path -MUON_VERSION = '8.1.3' +MUON_VERSION = '8.1.4' CHROMEDRIVER_VERSION = '2.40' SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__))) TARGET_ARCH= os.environ['TARGET_ARCH'] if os.environ.has_key('TARGET_ARCH') else 'x64'