diff --git a/app/config/paths.js b/app/config/paths.js index 64063420..64aae928 100644 --- a/app/config/paths.js +++ b/app/config/paths.js @@ -17,7 +17,7 @@ const devConfig = resolve(devDir, conf); const defaultConfig = resolve(__dirname, defaultConf); const pathLegacy = resolve(homeDir, legacyConf); -const icon = resolve(__dirname, 'static/icon.png'); +const icon = resolve(__dirname, '../static/icon.png'); if (isDev) { // if a local config file exists, use it