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

Commit

Permalink
Update electron version
Browse files Browse the repository at this point in the history
Auditors: @bridiver
  • Loading branch information
bbondy committed Sep 22, 2016
1 parent a515706 commit a507ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runtime = electron
target = 1.4.0
target_arch = x64
brave_electron_version = 1.4.1
brave_electron_version = 1.4.2
disturl = https://atom.io/download/atom-shell
2 changes: 1 addition & 1 deletion tools/cibuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys
import os.path

BRAVE_ELECTRON = process.env.npm_config_brave_electron_version
BRAVE_ELECTRON = '1.4.2'
UPSTREAM_ELECTRON = '1.4.0'
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'
Expand Down

0 comments on commit a507ccd

Please sign in to comment.