mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2026-03-13 07:34:00 +08:00
update
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
INKSCAPE="/usr/bin/inkscape"
|
||||
OPTIPNG="/usr/bin/optipng"
|
||||
|
||||
INDEX="select.txt"
|
||||
ASSETS_DIR="select-4k"
|
||||
@@ -18,7 +19,8 @@ else
|
||||
$INKSCAPE --export-id=$i \
|
||||
--export-dpi=192 \
|
||||
--export-id-only \
|
||||
--export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null
|
||||
--export-filename=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null
|
||||
$OPTIPNG -o7 --quiet $ASSETS_DIR/$1.png
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user