add mde logo back

This commit is contained in:
Nishi 2025-12-27 19:58:02 +09:00
commit b655b99052
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,9 @@ for i in 128 64 32 16; do
mkdir -p ../${i}x${i}/${j}
echo $j > ../${i}x${i}/${j}/README.txt
done
if [ ! "$i" = "128" ]; then
convert ../128x128/apps/mde.png -scale x${i} ../${i}x${i}/apps/mde.png
fi
find . -name "*.svg" | while read a; do
echo "$a"
rsvg-convert --height=$i -o ../${i}x${i}/`echo $a | cut -d. -f2`.png $a

BIN
icons/128x128/apps/mde.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
icons/16x16/apps/mde.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

BIN
icons/32x32/apps/mde.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
icons/64x64/apps/mde.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB