Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 17018e7

Browse files
committed
Ugprade to muon 4.5.4 and C62
1 parent a314b4e commit 17018e7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.npmrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
runtime = electron
22
target_arch = x64
3-
brave_electron_version = 4.4.28
4-
chromedriver_version = 2.30
5-
target = v4.4.28
3+
brave_electron_version = 4.5.4
4+
chromedriver_version = 2.32
5+
target = v4.5.4
66
disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/
77
build_from_source = true

tools/cibuild.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import subprocess
55
import sys
66
import os.path
7-
MUON_VERSION = '4.4.28'
8-
CHROMEDRIVER_VERSION = '2.30'
7+
MUON_VERSION = '4.5.4'
8+
CHROMEDRIVER_VERSION = '2.32'
99
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
1010
TARGET_ARCH= os.environ['TARGET_ARCH'] if os.environ.has_key('TARGET_ARCH') else 'x64'
1111
os.environ['npm_config_arch'] = TARGET_ARCH

0 commit comments

Comments
 (0)