Skip to content

Commit fa2aed6

Browse files
committed
gen_icons.sh: Document pwa-icon vs favicon having different design
1 parent 693fdbe commit fa2aed6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/dev/gen_icons.sh

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ main() {
1414
# -background defaults to white but we want it transparent.
1515
# https://imagemagick.org/script/command-line-options.php#background
1616
convert -quiet -background transparent -resize 256x256 favicon.svg favicon.ico
17+
# We do not generate the pwa-icon from the favicon as they are slightly different
18+
# designs and sizes.
19+
# See favicon.afdesign and #2401 for details on the differences.
1720
convert -quiet -background transparent -resize 192x192 pwa-icon.png pwa-icon-192.png
1821
convert -quiet -background transparent -resize 512x512 pwa-icon.png pwa-icon-512.png
1922

0 commit comments

Comments
 (0)