mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 05:08:41 -09:00
Fix icon path in about window (#1874)
This commit is contained in:
parent
3c1f359198
commit
8f02bc7014
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ const devConfig = resolve(devDir, conf);
|
||||||
const defaultConfig = resolve(__dirname, defaultConf);
|
const defaultConfig = resolve(__dirname, defaultConf);
|
||||||
const pathLegacy = resolve(homeDir, legacyConf);
|
const pathLegacy = resolve(homeDir, legacyConf);
|
||||||
|
|
||||||
const icon = resolve(__dirname, 'static/icon.png');
|
const icon = resolve(__dirname, '../static/icon.png');
|
||||||
|
|
||||||
if (isDev) {
|
if (isDev) {
|
||||||
// if a local config file exists, use it
|
// if a local config file exists, use it
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue