This repository was archived by the owner on Dec 11, 2019. It is now read-only.
Commit 0c7a64d 1 parent e583f7b commit 0c7a64d Copy full SHA for 0c7a64d
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
runtime = electron
2
- target = 2.0.5
2
+ target = 2.0.8
3
3
target_arch = x64
4
- brave_electron_version = 2.0.5
4
+ brave_electron_version = 2.0.8
5
5
disturl = http://brave-laptop-binaries.s3. amazonaws.com/atom-shell/dist
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ 0.13.0] ( https://github.com/brave/browser-laptop/releases/v0.13.0dev )
4
- - Muon updated to 2.0.5
4
+ - Muon updated to 2.0.8
5
5
6
6
## [ 0.12.15] ( https://github.com/brave/browser-laptop/releases/v0.12.15dev )
7
7
- Added Yandex as a new search engine. ([ #2703 ] ( https://github.com/brave/browser-laptop/issues/2703 ) )
Original file line number Diff line number Diff line change 5
5
import sys
6
6
import os .path
7
7
8
- BRAVE_ELECTRON = '2.0.5 '
9
- UPSTREAM_ELECTRON = '2.0.5 '
8
+ BRAVE_ELECTRON = '2.0.8 '
9
+ UPSTREAM_ELECTRON = '2.0.8 '
10
10
SOURCE_ROOT = os .path .abspath (os .path .dirname (os .path .dirname (__file__ )))
11
11
TARGET_ARCH = os .environ ['TARGET_ARCH' ] if os .environ .has_key ('TARGET_ARCH' ) else 'x64'
12
12
os .environ ['npm_config_arch' ] = TARGET_ARCH
You can’t perform that action at this time.
0 commit comments