Skip to content

Commit

Permalink
update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
estepona committed Nov 15, 2019
1 parent 1dcf64a commit c3c3271
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Currently all releases are pre-releases, if you find any bugs and have any featu
- [ ] change macOS sys menu
- [ ] set cookie gracefully: https://stackoverflow.com/questions/46288437/set-cookies-for-cross-origin-requests/46412839#46412839
- [x] 降低初始音量
- [ ] 换个icon
- [x] 换个icon
- [x] macOS的app名字改成douban.fm-electron
- [x] macOS安装后无法登出
- [x] change location to save user data
Expand Down
Binary file modified build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "douban.fm-electron",
"version": "0.1.0",
"version": "0.1.1",
"description": "A tiny, elegant douban.fm desktop client developed with electron.",
"author": "Binghuan Zhang <esteponawondering@gmail.com>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let authInfo = readAuth();
let mainWindow: BrowserWindow | null;
let loginWindow: BrowserWindow | null;

const appIconPath = path.join(__dirname, '..', 'src', 'asset', 'icon', 'doubanfm-icon-grey.png');
const appIconPath = path.join(__dirname, '..', 'build', 'icon.png');
const mainHtmlPath = path.join(__dirname, '..', 'src', 'window', 'main', 'main.html');
const loginHtmlPath = path.join(__dirname, '..', 'src', 'window', 'login', 'login.html');

Expand Down
Binary file removed src/asset/icon/doubanfm-icon-blue.png
Binary file not shown.
Binary file removed src/asset/icon/doubanfm-icon-grey.png
Binary file not shown.
Binary file removed src/asset/icon/doubanfm-icon-original.png
Binary file not shown.

0 comments on commit c3c3271

Please sign in to comment.