From 4f895a547139e314f2ee1bfc839e69db2773cf06 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 1 Nov 2022 16:29:46 +0300 Subject: [PATCH] I use another paster implementation now --- bin/bin/mkss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/mkss b/bin/bin/mkss index 11d9d42..6ed2106 100755 --- a/bin/bin/mkss +++ b/bin/bin/mkss @@ -6,5 +6,5 @@ trap "rm -f $tmp $tmp.png $tmp.webp $tmp.txt" HUP PIPE INT QUIT TERM EXIT [ "$1" = "root" ] && root="-window root" || root="" import $root $tmp.png cwebpl.sh -o $tmp.webp $tmp.png -paster-tls $tmp.webp > $tmp.txt +paster $tmp.webp > $tmp.txt xmessage -file $tmp.txt -- 2.44.0