back to ico for windows icon
This commit is contained in:
parent
20b3a90777
commit
6972d341a3
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default window => {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 'win32': {
|
case 'win32': {
|
||||||
iconPath = 'static/img/tray/windows/tray.png';
|
iconPath = 'static/img/tray/windows/tray.ico';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
|
Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 361 KiB |
Loading…
Reference in a new issue