From 2cea2d2049e48086944a930e54a3f167890aef16 Mon Sep 17 00:00:00 2001 From: Rizal Muttaqin Date: Sun, 4 Sep 2022 06:44:55 +0700 Subject: [PATCH] Adjust Build script against Inskcape 1.2.x version --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6342bc9fa..0cb5e93f6 100644 --- a/build.sh +++ b/build.sh @@ -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