Fixed icon proportions in About window (#2265)

This commit is contained in:
Mina 2017-09-22 14:53:49 -07:00 committed by Leo Lamprecht
parent e30cbaced4
commit a31e94eb5a
2 changed files with 1 additions and 1 deletions

View file

@ -35,7 +35,7 @@ const plugs = {
};
const yarn = resolve(__dirname, '../../bin/yarn-standalone.js');
const icon = resolve(__dirname, '../static/icon.png');
const icon = resolve(__dirname, '../static/icon96x96.png');
const keymapPath = resolve(__dirname, '../keymaps');
const darwinKeys = join(keymapPath, 'darwin.json');

BIN
app/static/icon96x96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB