File tree Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Expand file tree Collapse file tree 6 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,11 @@ main() {
1313
1414 # -background defaults to white but we want it transparent.
1515 # https://imagemagick.org/script/command-line-options.php#background
16- convert -background transparent -resize 256x256 favicon.svg favicon.ico
17- convert -background transparent -resize 192x192 favicon.svg pwa-icon-192.png
18- convert -background transparent -resize 512x512 favicon.svg pwa-icon-512.png
16+ convert -quiet -background transparent -resize 256x256 favicon.svg favicon.ico
17+ convert -quiet -background transparent -resize 192x192 pwa-icon.png pwa-icon-192.png
18+ convert -quiet -background transparent -resize 512x512 pwa-icon.png pwa-icon-512.png
19+
20+ # We use -quiet above to avoid https://github.com/ImageMagick/ImageMagick/issues/884
1921}
2022
2123main " $@ "
You can’t perform that action at this time.
0 commit comments