Skip to content

Commit

Permalink
Merge pull request #6580 from vector-im/dbkr/fix_favicon_2
Browse files Browse the repository at this point in the history
Fix favicon
  • Loading branch information
dbkr committed Apr 23, 2018
2 parents 8d88e3b + f012dd5 commit 82f51fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy-res.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/"],
Expand Down

0 comments on commit 82f51fb

Please sign in to comment.