mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Fix favicon
In removing 'media' here, it changed the meaning of the copy so the contents of vector-icons (rather than the dir itself) got copied to webapp/
This commit is contained in:
parent
8d88e3be11
commit
f012dd5f31
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ const COPY_LIST = [
|
|||
["res/home.html", "webapp"],
|
||||
["res/home-status.html", "webapp"],
|
||||
["res/home/**", "webapp/home"],
|
||||
["res/vector-icons/**", "webapp"],
|
||||
["res/vector-icons/**", "webapp/vector-icons"],
|
||||
["node_modules/matrix-react-sdk/res/{fonts,img,themes}/**", "webapp"],
|
||||
["res/themes/**", "webapp/themes"],
|
||||
["node_modules/emojione/assets/svg/*", "webapp/emojione/svg/"],
|
||||
|
|
Loading…
Reference in a new issue