Skip to content

Commit 8f02bc7

Browse files
Stanzillappot
authored andcommitted
Fix icon path in about window (vercel#1874)
1 parent 3c1f359 commit 8f02bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const devConfig = resolve(devDir, conf);
1717
const defaultConfig = resolve(__dirname, defaultConf);
1818
const pathLegacy = resolve(homeDir, legacyConf);
1919

20-
const icon = resolve(__dirname, 'static/icon.png');
20+
const icon = resolve(__dirname, '../static/icon.png');
2121

2222
if (isDev) {
2323
// if a local config file exists, use it

0 commit comments

Comments
 (0)