mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-08 12:28:04 -05:00
Use PNG app icons
This commit is contained in:
parent
99f35eca60
commit
d1a1dc892a
14
installer/qpkg/makefile
Normal file
14
installer/qpkg/makefile
Normal file
@ -0,0 +1,14 @@
|
||||
include *.cfg
|
||||
|
||||
|
||||
ICON := ../icons/filebot.svg
|
||||
|
||||
|
||||
resize-icons:
|
||||
# QPKG ICONS
|
||||
convert -verbose $(ICON) -resize 64x64 -gravity center -background transparent -extent 64x64 icons/$(QPKG_NAME).png
|
||||
convert -verbose $(ICON) -resize 64x64 -gravity center -background transparent -extent 64x64 -colorspace gray icons/$(QPKG_NAME)_gray.png
|
||||
convert -verbose $(ICON) -resize 80x80 -gravity center -background transparent -extent 80x80 icons/$(QPKG_NAME)_80.png
|
||||
|
||||
# REPOSITORY ICONS
|
||||
convert -verbose $(ICON) -resize 100x100 -gravity center -background transparent -extent 100x100 icons/$(QPKG_NAME)_100.png
|
Loading…
Reference in New Issue
Block a user