Fixed an issue where the app icon was not showing up in Linux - report in Issue#126 (#168)

This commit is contained in:
Abhinav I 2016-07-17 07:00:12 +05:30 committed by Guillermo Rauch
parent dc320e4707
commit 277e4ee1d9

View file

@ -54,6 +54,7 @@ app.on('ready', () => {
title: 'HyperTerm', title: 'HyperTerm',
backgroundColor: toHex(cfg.backgroundColor || '#000'), backgroundColor: toHex(cfg.backgroundColor || '#000'),
transparent: true, transparent: true,
icon: resolve(__dirname, 'static/icon.png'),
// we only want to show when the prompt // we only want to show when the prompt
// is ready for user input // is ready for user input
show: process.env.HYPERTERM_DEBUG || isDev show: process.env.HYPERTERM_DEBUG || isDev