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 2.56.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Feb 25, 2017
1 parent 108366f commit 7373a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runtime = electron
target = 2.56.6
target = 2.56.7
target_arch = x64
brave_electron_version = 2.56.6
brave_electron_version = 2.56.7
disturl = https://brave-laptop-binaries.s3.amazonaws.com/atom-shell/dist
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

MUON_VERSION = '2.56.6'
MUON_VERSION = '2.56.7'
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

0 comments on commit 7373a01

Please sign in to comment.