Skip to content

Commit

Permalink
[renderer] show live song lyrics
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Nov 25, 2018
1 parent b154893 commit c1e984d
Show file tree
Hide file tree
Showing 18 changed files with 426 additions and 325 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=3.0.9 --dist-url=https://atom.io/download/electron
- node-gyp install --target=3.0.10 --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 @@ -66,7 +66,7 @@
# if you have not downloaded Electron's C++ header
$ npm install -g node-gyp
$ node-gyp install --target=3.0.9 --dist-url=https://atom.io/download/electron
$ node-gyp install --target=3.0.10 --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 @@ -51,7 +51,7 @@
# 获取 Electron 用于编译原生模块的头文件
$ npm install -g node-gyp
$ node-gyp install --target=3.0.9 --dist-url=https://atom.io/download/electron
$ node-gyp install --target=3.0.10 --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=3.0.9
target=3.0.10
dist_url=https://atom.io/download/electron
Loading

0 comments on commit c1e984d

Please sign in to comment.