Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yongli-abc committed Jan 14, 2018
1 parent 250674c commit c9d9815
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
# 安装下载 🛠

### MacOS
* v0.1 Internal Beta

[github release](https://github.com/NeilLi1992/Electron-Shanbay/releases/download/0.1/electron-shanbay-darwin-x64.zip)

[百度网盘](https://pan.baidu.com/s/1eT5gVGe)

# 已知问题
# 已知问题 🐞
理论上 Electron 应用是跨平台可用的,但是目前只在 MacOS 上打包测试过。

其它平台已知可以打包运行,并且主界面可以正常运行,但是托盘窗口还无法正常工作。

其它问题报告和开发计划,请参见 [issues](https://github.com/NeilLi1992/Electron-Shanbay/issues)

## Credit
<div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Store = require("electron-store");
/*
* Start in development mode
*/
process.env.NODE_ENV = "development";
// process.env.NODE_ENV = "development";
if (process.env.NODE_ENV !== "development") {
console.log = function() {}
}
Expand Down

0 comments on commit c9d9815

Please sign in to comment.