projects
/
yuu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4634080
)
Don't downsample ico colors.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Mon, 22 Sep 2014 13:13:06 +0000
(15:13 +0200)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Mon, 22 Sep 2014 13:13:06 +0000
(15:13 +0200)
rules/icons.mk
patch
|
blob
|
history
diff --git
a/rules/icons.mk
b/rules/icons.mk
index eba5e89a17c29275519ad22978841e4c7752aa5b..07531cdf9d41a2dc8be60c003355b4b74a9fa0df 100644
(file)
--- a/
rules/icons.mk
+++ b/
rules/icons.mk
@@
-35,5
+35,5
@@
ICONUTIL ?= $(firstword $(shell command -v iconutil icnsutil) iconutil)
$(ICONUTIL) -c icns -o $@ $<
%.ico: %.iconset $$(wildcard $$(@D)/$$*.iconset/icon_*[0-9].png)
- convert
-background transparent -colors 256
$(filter-out $<,$^) $@
+ convert $(filter-out $<,$^) $@