From 277e4ee1d90ad9102384d695c0250ccd79cd0fdf Mon Sep 17 00:00:00 2001 From: Abhinav I Date: Sun, 17 Jul 2016 07:00:12 +0530 Subject: [PATCH] Fixed an issue where the app icon was not showing up in Linux - report in Issue#126 (#168) --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index a07d46cc..9d864a7e 100644 --- a/index.js +++ b/index.js @@ -54,6 +54,7 @@ app.on('ready', () => { title: 'HyperTerm', backgroundColor: toHex(cfg.backgroundColor || '#000'), transparent: true, + icon: resolve(__dirname, 'static/icon.png'), // we only want to show when the prompt // is ready for user input show: process.env.HYPERTERM_DEBUG || isDev