This repository was archived by the owner on Dec 11, 2019. It is now read-only.
Commit cf4e4ea 1 parent efec162 commit cf4e4ea Copy full SHA for cf4e4ea
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.0
2
+ target = 2.0.1
3
3
target_arch = x64
4
- brave_electron_version = 2.0.0
4
+ brave_electron_version = 2.0.1
5
5
disturl = http://brave-laptop-binaries.s3. amazonaws.com/atom-shell/dist
Original file line number Diff line number Diff line change 83
83
"aphrodite" : " ^1.0.0" ,
84
84
"async" : " ^2.0.1" ,
85
85
"electron-localshortcut" : " ^0.6.0" ,
86
- "electron-prebuilt" : " brave/electron-prebuilt#2.0.0 " ,
86
+ "electron-prebuilt" : " brave/electron-prebuilt#2.0.1 " ,
87
87
"electron-squirrel-startup" : " brave/electron-squirrel-startup" ,
88
88
"file-loader" : " ^0.8.5" ,
89
89
"font-awesome" : " ^4.5.0" ,
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.0 '
9
- UPSTREAM_ELECTRON = '2.0.0 '
8
+ BRAVE_ELECTRON = '2.0.1 '
9
+ UPSTREAM_ELECTRON = '2.0.1 '
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