update for dwarfs 0.8.0 and pcm categorization

This commit is contained in:
Phantop 2024-02-01 12:08:44 -05:00
parent baffb207d3
commit 869c9666cf
1 changed files with 1 additions and 1 deletions

View File

@ -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"