tv viljetic-pages: add favicon.ico
This commit is contained in:
parent
9a63bb8769
commit
2b63e26a2c
@ -11,6 +11,7 @@ stdenv.mkDerivation {
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp ${./index.html} $out/index.html
|
||||
convert ${./logo.xpm} $out/favicon.ico
|
||||
convert ${./logo.xpm} $out/favicon2.png
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user