Skip to content

Commit

Permalink
Merge pull request #97 from Dragon8oy/patch-1
Browse files Browse the repository at this point in the history
Correct filename for optipng compression
  • Loading branch information
vinceliuice authored Oct 20, 2020
2 parents 6d1580c + 7fce22d commit 877bbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/render-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 877bbed

Please sign in to comment.