Skip to content

Commit

Permalink
Adjust Build script against Inskcape 1.2.x version
Browse files Browse the repository at this point in the history
  • Loading branch information
rizmut committed Sep 3, 2022
1 parent 893812e commit 2cea2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ do
echo "This $i file is compressed"
fname=$( basename "$i")
fdir=$( dirname "$i")
inkscape -f "$i" -e "${i%.*}.png"
inkscape -p "$i" -o "${i%.*}.png"
optipng -o7 "${i%.*}.png"
done

Expand Down

0 comments on commit 2cea2d2

Please sign in to comment.