tray icon fixed

This commit is contained in:
akashnimare
2016-12-12 19:15:36 +05:30
parent 79a31000df
commit 309816e40a
3 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ const {addDomain, about} = require('./windowmanager');
let tray = null;
const APP_ICON = path.join(__dirname, '../resources', 'Icon');
const APP_ICON = path.join(__dirname, '../resources', 'tray');
const iconPath = () => {
return APP_ICON + (process.platform === 'win32' ? '.ico' : '.png');

BIN
app/resources/tray.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

BIN
app/resources/tray.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 B