Revert "Try explicitly relative path for config.json"
This reverts commit 46ecafa73b
.
This commit is contained in:
parent
46ecafa73b
commit
47b37c996d
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ module.exports = (env, argv) => {
|
|||
{ from: "decoder-ring/**", context: path.resolve(__dirname, "res") },
|
||||
{ from: "media/**", context: path.resolve(__dirname, "node_modules/matrix-react-sdk/res/") },
|
||||
"node_modules/@matrix-org/olm/olm_legacy.js",
|
||||
"./config.json",
|
||||
"config.json",
|
||||
"contribute.json",
|
||||
],
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue