From 69f2bc03a866ec9fb950fcc52b209a4394399868 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 15 Jun 2024 00:39:58 +0100 Subject: [PATCH] oxiora: don't -s by default, just in case --- scripts/oxiora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/oxiora.sh b/scripts/oxiora.sh index fe960990..9a94b565 100755 --- a/scripts/oxiora.sh +++ b/scripts/oxiora.sh @@ -52,7 +52,7 @@ for filepath in "$@"; do # no -a here 'cause this is technically an editing file to fully-transparent pixel colours could have meaning #shellcheck disable=SC2086 - find "${temp_dir}" -iname '*.png' -print0 | xargs -0 oxipng ${FLAGS} -somax; + find "${temp_dir}" -iname '*.png' -print0 | xargs -0 oxipng ${FLAGS} -omax; filepath_target="${filepath%.*}-small.${filepath##*.}"; filepath_target="$(realpath "${filepath_target}")";