The variable `publicPath` in 'build.webpack.prod.conf.js' is like this below: `publicPath: isELECTRON ? path.join(__dirname, '../dist/') : '/',` I think the correct way should be: `publicPath: isELECTRON ? path.join(__dirname, '../dist/') : 'config.builld.assetsPublicPath',`