From 77476451bd5558129579bfcdc39cd09f7c5d515c Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Sun, 30 May 2021 00:48:11 -0400 Subject: [PATCH] Fix Olm asm.js support Signed-off-by: Robin Townsend --- scripts/copy-res.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy-res.js b/scripts/copy-res.js index bd06e2e9e1..297e905b52 100755 --- a/scripts/copy-res.js +++ b/scripts/copy-res.js @@ -69,7 +69,7 @@ const COPY_LIST = [ ["res/vector-icons/**", "webapp/vector-icons"], ["res/decoder-ring/**", "webapp/decoder-ring"], ["node_modules/matrix-react-sdk/res/media/**", "webapp/media"], - ["node_modules/olm/olm_legacy.js", "webapp", { directwatch: 1 }], + ["node_modules/@matrix-org/olm/olm_legacy.js", "webapp", { directwatch: 1 }], ["./config.json", "webapp", { directwatch: 1 }], ["contribute.json", "webapp"], ];