Skip to content

Commit

Permalink
core -> 1.4.0 & electron -> 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Feb 12, 2019
1 parent bf88eaf commit ce9ff14
Show file tree
Hide file tree
Showing 8 changed files with 495 additions and 622 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- yarn --verison
- cd app
- yarn global add node-gyp
- node-gyp install --target=4.0.1 --dist-url=https://atom.io/download/electron
- node-gyp install --target=4.0.4 --dist-url=https://atom.io/download/electron
install:
- yarn
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Repo: [mishiro-score-viewer](https://github.com/toyobayashi/mishiro-score-viewer
# if you have not downloaded Electron's C++ header
$ npm install -g node-gyp
$ node-gyp install --target=4.0.1 --dist-url=https://atom.io/download/electron
$ node-gyp install --target=4.0.4 --dist-url=https://atom.io/download/electron
# install dependencies
$ npm install
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# 获取 Electron 用于编译原生模块的头文件
$ npm install -g node-gyp
$ node-gyp install --target=4.0.1 --dist-url=https://atom.io/download/electron
$ node-gyp install --target=4.0.4 --dist-url=https://atom.io/download/electron
# 安装依赖
$ npm install
Expand Down
2 changes: 1 addition & 1 deletion app/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_from_source=true
runtime=electron
target=4.0.1
target=4.0.4
dist_url=https://atom.io/download/electron
Loading

0 comments on commit ce9ff14

Please sign in to comment.