Skip to content

Commit 3c02564

Browse files
committed
Adjust Build script against Inskcape 1.2.x version
1 parent e569105 commit 3c02564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ do
4343
echo "This $i file is compressed"
4444
fname=$( basename "$i")
4545
fdir=$( dirname "$i")
46-
inkscape -f "$i" -e "${i%.*}.png"
46+
inkscape -p "$i" -o "${i%.*}.png"
4747
optipng -o7 "${i%.*}.png"
4848
done
4949

0 commit comments

Comments
 (0)