mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Fixed icon proportions in About window (#2265)
This commit is contained in:
parent
e30cbaced4
commit
a31e94eb5a
2 changed files with 1 additions and 1 deletions
|
|
@ -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
BIN
app/static/icon96x96.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
Loading…
Reference in a new issue