fix(web/static): Publish logo in all colours
Easier to link to for the sock people. Change-Id: I5ea5c20ca98e3a4eb7eac41fdcf2e81b026786db Reviewed-on: https://cl.tvl.fyi/c/depot/+/4522 Reviewed-by: tazjin <mail@tazj.in> Autosubmit: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
eb8b9ab9d6
commit
e6d7710c45
1 changed files with 5 additions and 0 deletions
|
@ -18,5 +18,10 @@ in lib.fix(self: pkgs.runCommand "tvl-static" {
|
|||
mkdir $out
|
||||
cp -r ${./.}/* $out
|
||||
cp ${logo.pastelRainbow} $out/logo-animated.svg
|
||||
cp ${logo.bluePng} $out/logo-blue.png
|
||||
cp ${logo.greenPng} $out/logo-green.png
|
||||
cp ${logo.orangePng} $out/logo-orange.png
|
||||
cp ${logo.purplePng} $out/logo-purple.png
|
||||
cp ${logo.redPng} $out/logo-red.png
|
||||
cp ${logo.yellowPng} $out/logo-yellow.png
|
||||
'')
|
||||
|
|
Loading…
Reference in a new issue