Add Windows icon

This commit is contained in:
NullBite 2024-12-18 02:40:58 -05:00
parent 4ee66c3036
commit 5612da9d66
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4875 4875"><path fill="#0078d4" d="M0 0h2311v2310H0zm2564 0h2311v2310H2564zM0 2564h2311v2311H0zm2564 0h2311v2311H2564"/></svg>

After

Width:  |  Height:  |  Size: 179 B

View File

@ -9,5 +9,6 @@ stdenvNoCC.mkDerivation {
ls ls
mkdir -p $out/share/ mkdir -p $out/share/
cp -a wallpapers $out/share/ cp -a wallpapers $out/share/
cp -a icons $out/share/
''; '';
} }