Fixed windows build config

This commit is contained in:
Mr. Stallion 2020-06-29 17:12:51 -05:00
parent 9879195a41
commit 698eda9dce
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ const mainConfig = {
{
patterns: [
{
from: path.resolve(__dirname, '..', 'chat', 'preview', 'assets', '**/*'),
from: path.resolve(__dirname, '..', 'chat', 'preview', 'assets', '**', '*').replace(/\\/g, '/'),
to: path.join('preview', 'assets'),
context: path.resolve(__dirname, '..', 'chat', 'preview', 'assets')
}