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

Commit

Permalink
Upgrade to muon 4.4.14 and chromedriver 2.30
Browse files Browse the repository at this point in the history
Fix# 10847
  • Loading branch information
bbondy committed Sep 7, 2017
1 parent 9a3ca4c commit 3e38aee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
runtime = electron
target_arch = x64
brave_electron_version = 4.4.13
chromedriver_version = 2.29
target = v4.4.13
brave_electron_version = 4.4.14
chromedriver_version = 2.30
target = v4.4.14
disturl=https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist/
build_from_source = true
4 changes: 2 additions & 2 deletions tools/cibuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import subprocess
import sys
import os.path
MUON_VERSION = '4.4.13'
CHROMEDRIVER_VERSION = '2.29'
MUON_VERSION = '4.4.14'
CHROMEDRIVER_VERSION = '2.30'
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'
os.environ['npm_config_arch'] = TARGET_ARCH
Expand Down

1 comment on commit 3e38aee

@luixxiul
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.