Skip to content

Commit

Permalink
发布4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Apr 29, 2018
1 parent 79dc5cc commit af50db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm run start

```shell
npm i
npm run build
npm run package
```

由于需要在OS X下编译Windows二进制需要的环境较为复杂,因此当前仅支持OS X的编译。Icarus的编译依赖 [electron-packager](https://www.npmjs.com/package/electron-packager) 包,如果你对其有了解,可以自行编译Windows版本
由于需要在OS X下编译Windows二进制需要的环境较为复杂,因此当前仅支持OS X的编译。Icarus的编译依赖 [electron-forge](https://github.com/electron-userland/electron-forge) 包,如果你对其有了解,可以自行编译Windows版本
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icarus",
"version": "3.2.0",
"version": "4.0.0",
"productName": "Icarus Comic Reader",
"description": "小薄本 - 单手看漫画",
"main": "src/index.js",
Expand Down

0 comments on commit af50db0

Please sign in to comment.