From db42a15fa01b27fce2ff792fa26365edeae1894d Mon Sep 17 00:00:00 2001 From: NiTRoeSE Date: Wed, 29 Jan 2020 03:03:39 +0100 Subject: add touch-icon with background (#10022) * add touch-icon with background ...to prevent ugly glitch while minimize app to homescreen * add / generate apple-touch-icon * run make command Co-authored-by: techknowlogick --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e02da3e893..882c8c5ba4 100644 --- a/Makefile +++ b/Makefile @@ -545,6 +545,8 @@ generate-images: convert $(TMPDIR)/images/16.png $(TMPDIR)/images/32.png \ $(TMPDIR)/images/64.png $(TMPDIR)/images/128.png \ $(PWD)/public/img/favicon.ico + convert $(PWD)/public/img/favicon.png -fill white -opaque none $(PWD)/public/img/apple-touch-icon.png + rm -rf $(TMPDIR)/images $(foreach file, $(shell find public/img -type f -name '*.png'),zopflipng -m -y $(file) $(file);) -- cgit v1.2.3