Skip to content

Commit bedc27e

Browse files
committed
data/icons: Add a simple Makefile for SVG -> PNG -> ICO transforms
This is mostly so that I don't have to look these up next time.
1 parent ad4eab9 commit bedc27e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/icons/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
all:
3+
inkscape hicolor/scalable/apps/meld.svg -w 48 -h 48 -e hicolor/48x48/apps/meld.png
4+
convert -background transparent hicolor/48x48/apps/meld.png -define icon:auto-resize=16,22,32,48 meld.ico

0 commit comments

Comments
 (0)