Files
overleaf-cep/tools/logo/2_install.sh
David Rotermund 6427c3aafd Logo Tools (#158)
* Logo Tools

* Moved to /tools/logo; Checks dependencies first and stops if they are not there; Added information about 3_remove_branding_from_projectpage.sh in README ; reordered the commands of 1_convert.sh to avoid the logo-horizontal.png problem
2026-05-19 15:51:38 +02:00

17 lines
721 B
Bash
Executable File

cp -f *.png ../../services/web/public/
cp -f *.svg ../../services/web/public/
cp -f *.ico ../../services/web/public/
cp -f img/ol-brand/*.png ../../services/web/public/img/ol-brand/
cp -f img/ol-brand/*.svg ../../services/web/public/img/ol-brand/
# Explicitly include the dark Mallard variant
cp -f img/ol-brand/overleaf-a-ds-solution-mallard-dark.svg ../../services/web/public/img/ol-brand/
cp -f img/ol-brand/overleaf.svg ../../services/web/frontend/js/shared/svgs
cp -f img/ol-brand/overleaf-*.svg ../../services/web/frontend/js/shared/svgs
# Explicitly copy the dark Mallard variant into shared svgs as well
cp -f img/ol-brand/overleaf-a-ds-solution-mallard-dark.svg ../../services/web/frontend/js/shared/svgs