mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2026-06-08 04:23:18 +08:00
Fixed #124
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
INKSCAPE="/usr/bin/inkscape"
|
||||
OPTIPNG="/usr/bin/optipng"
|
||||
|
||||
if [[ "$1" == "select" ]]; then
|
||||
EXPORT_TYPE="select"
|
||||
@@ -40,7 +39,6 @@ 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"
|
||||
fi
|
||||
done < "$INDEX"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user