From 869c9666cf229134e673861b4e4003a32cb8ccd5 Mon Sep 17 00:00:00 2001 From: Phantop Date: Thu, 1 Feb 2024 12:08:44 -0500 Subject: [PATCH] update for dwarfs 0.8.0 and pcm categorization --- appdwarf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appdwarf b/appdwarf index f57762b..c747234 100755 --- a/appdwarf +++ b/appdwarf @@ -167,6 +167,6 @@ outfunc header >> "$head" test "$BUNDLE" && cat "$ZDATA" >> "$head" echo >> "$head" -mkdwarfs -o "$(realpath "$1").sh" -B5 --header "$head" -i "$@" +mkdwarfs -o "$(realpath "$1").sh" -B5 --header "$head" -i "$@" --categorize=pcmaudio -C pcmaudio/waveform::flac:level=8 rm -rf "$head" "$1" chmod +x "$(realpath "$1").sh"