[dist] fix icons #221

Merged
crueter merged 1 commit from iconsscriptfix into master 2025-08-07 22:05:22 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -11,11 +11,11 @@ svgo --multipass $EDEN_SVG_ICO
magick -density 256x256 -background transparent $EDEN_SVG_ICO \ magick -density 256x256 -background transparent $EDEN_SVG_ICO \
-define icon:auto-resize -colors 256 dist/eden.ico || exit -define icon:auto-resize -colors 256 dist/eden.ico || exit
magick -size 256x256 -density 256x256 -background transparent $EDEN_SVG_ICO \ convert -density 256x256 -resize 256x256 -background transparent $EDEN_SVG_ICO \
-define icon:auto-resize -colors 256 dist/yuzu.bmp || exit dist/yuzu.bmp || exit
export TMP_PNG="dist/eden-tmp.png" export TMP_PNG="dist/eden-tmp.png"
magick -size 1024x1024 -background transparent $EDEN_SVG_ICO $TMP_PNG || exit magick -size 1024x1024 -background transparent $EDEN_SVG_ICO $TMP_PNG || exit
png2icns dist/eden.icns $TMP_PNG png2icns dist/eden.icns $TMP_PNG || exit
cp dist/eden.icns dist/yuzu.icns cp dist/eden.icns dist/yuzu.icns
rm $TMP_PNG rm $TMP_PNG

BIN
dist/yuzu.bmp vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 MiB

After

Width:  |  Height:  |  Size: 256 KiB

Before After
Before After