From 3ae3f7dd715c0e088c73bc9aaba4877fcfe581f2 Mon Sep 17 00:00:00 2001 From: Stuart Hayhurst Date: Sat, 24 Oct 2020 18:52:19 +0100 Subject: [PATCH] Disable icon compression to avoid issue with grub transparency --- assets/render-assets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/render-assets.sh b/assets/render-assets.sh index f103ead..4efa109 100755 --- a/assets/render-assets.sh +++ b/assets/render-assets.sh @@ -52,7 +52,7 @@ while read -r i; do "--export-dpi=$EXPORT_DPI" \ "--export-id-only" \ "--export-filename=$ASSETS_DIR/$i.png" "$SRC_FILE" >/dev/null - $OPTIPNG -o7 --quiet "$ASSETS_DIR/$i.png" + #$OPTIPNG -o7 --quiet "$ASSETS_DIR/$i.png" fi done < "$INDEX"