mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
* 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
17 lines
721 B
Bash
Executable File
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
|
|
|