We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693fdbe commit fa2aed6Copy full SHA for fa2aed6
ci/dev/gen_icons.sh
@@ -14,6 +14,9 @@ main() {
14
# -background defaults to white but we want it transparent.
15
# https://imagemagick.org/script/command-line-options.php#background
16
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.
20
convert -quiet -background transparent -resize 192x192 pwa-icon.png pwa-icon-192.png
21
convert -quiet -background transparent -resize 512x512 pwa-icon.png pwa-icon-512.png
22
0 commit comments