Skip to content

Commit

Permalink
Icons!
Browse files Browse the repository at this point in the history
  • Loading branch information
kastaneda committed Oct 8, 2021
1 parent 29fc9b8 commit 6533e1e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions icon/Makefile
@@ -0,0 +1,9 @@
SIZES = 16 32 36 48 57 60 72 76 96 114 120 144 152 180 192 194 256 384 512
ICONS = $(patsubst %,%.png,$(SIZES))

all: $(ICONS)

%.png: icon.svg
rsvg-convert $< -w $* -h $* -o $@
optipng $@
advpng -z4 $@
6 changes: 6 additions & 0 deletions icon/icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6533e1e

Please sign in to comment.