From c3cd18e014214bfc062467152bc6c41cabb288e0 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 24 May 2016 16:41:21 -0300 Subject: [PATCH] Fixed tray icon path --- electron/tray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/tray.js b/electron/tray.js index ddab4587..48440ac4 100644 --- a/electron/tray.js +++ b/electron/tray.js @@ -53,7 +53,7 @@ exports.create = win => { } ]); - tray = new Tray('../resources/IconTray.png'); + tray = new Tray(iconPath); tray.setToolTip('Rambox'); tray.setContextMenu(contextMenu); tray.on('click', function() {