Merge branch 'canary' of https://github.com/mrstallion/fchat-rising into canary

This commit is contained in:
Mr. Stallion 2020-06-29 19:59:07 -05:00
commit e4e3e27ae9
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')
}