From 4cd0f66e522fb9284d0af26c1705c1fe0b837c5e Mon Sep 17 00:00:00 2001 From: mawie81 Date: Mon, 26 Oct 2015 17:19:06 +0100 Subject: [PATCH] Fix badge icons --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c299828..453468c 100644 --- a/index.js +++ b/index.js @@ -27,7 +27,7 @@ function updateBadge(title) { } if (messageCount) { - appIcon.setImage(path.join(__dirname, 'media', 'media/logo-blue.png')); + appIcon.setImage(path.join(__dirname, 'media', 'logo-blue.png')); } else { appIcon.setImage(path.join(__dirname, 'media', 'logo-tray.png')); }