[dist] fix icons (#221)
Signed-off-by: lizzie <lizzie@eden-emu.dev> Reviewed-on: #221 Reviewed-by: crueter <crueter@eden-emu.dev> Co-authored-by: lizzie <lizzie@eden-emu.dev> Co-committed-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
6b33b5a734
commit
37618e1043
2 changed files with 3 additions and 3 deletions
|
@ -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
BIN
dist/yuzu.bmp
vendored
Binary file not shown.
Before Width: | Height: | Size: 1 MiB After Width: | Height: | Size: 256 KiB |
Loading…
Add table
Add a link
Reference in a new issue