mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-05 11:56:13 +01:00
Disable icon compression to avoid issue with grub transparency
This commit is contained in:
parent
877bbedfa4
commit
3ae3f7dd71
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user