Merge branch 'hotfix/1.9.5' into develop

This commit is contained in:
kochetkov 2025-01-15 16:22:25 +03:00
commit 99c76be066

View file

@ -98,6 +98,7 @@ module.exports = {
new CopyWebpackPlugin([ new CopyWebpackPlugin([
{from: 'index.webpack.html', to: 'index.html'}, {from: 'index.webpack.html', to: 'index.html'},
{from: 'home.html', to: 'home.html'}, {from: 'home.html', to: 'home.html'},
{from: 'browser_check.js', to: 'browser_check.js'},
{from: 'src/resources/img/progress.gif', to: 'src/resources/img/progress.gif'}, {from: 'src/resources/img/progress.gif', to: 'src/resources/img/progress.gif'},
{from: 'src/resources/img/logo.png', to: 'src/resources/img/logo.png'}, {from: 'src/resources/img/logo.png', to: 'src/resources/img/logo.png'},
{from: 'src/resources/app-config.json', to: 'src/resources/app-config.json'}, {from: 'src/resources/app-config.json', to: 'src/resources/app-config.json'},