Merge pull request #97 from Dragon8oy/patch-1
Correct filename for optipng compression
This commit is contained in:
commit
877bbedfa4
1 changed files with 1 additions and 1 deletions
|
@ -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/$1.png"
|
||||
$OPTIPNG -o7 --quiet "$ASSETS_DIR/$i.png"
|
||||
fi
|
||||
done < "$INDEX"
|
||||
|
||||
|
|
Loading…
Reference in a new issue