mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Fix deployment of file res/.well-known/assetlinks.json
This commit is contained in:
parent
9b988f70de
commit
095c613b69
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ module.exports = (env, argv) => {
|
|||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
"res/apple-app-site-association",
|
||||
"res/.well-known/assetlinks.json",
|
||||
{ from: ".well-known/**", context: path.resolve(__dirname, "res") },
|
||||
"res/jitsi_external_api.min.js",
|
||||
"res/jitsi_external_api.min.js.LICENSE.txt",
|
||||
"res/manifest.json",
|
||||
|
|
Loading…
Reference in a new issue