Skip to content

Commit

Permalink
yellow icon for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Sep 4, 2020
1 parent ce70765 commit 57d5b17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (require('electron-squirrel-startup')) { // eslint-disable-line global-requir
}

declare var __static: string
const iconPath = path.join(__static, 'img', 'tray-icon.png')
const iconPath = path.join(__static, 'img', process.platform === 'win32' ? 'tray-icon.ico' : 'tray-icon.png')
const host = '127.0.0.1'
const logPath = log.transports.file.getFile().path
const binPath = path.join(__static, 'bin')
Expand Down
Binary file added static/img/tray-icon.ico
Binary file not shown.

0 comments on commit 57d5b17

Please sign in to comment.