Skip to content

Commit

Permalink
update for dwarfs 0.8.0 and pcm categorization
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Feb 1, 2024
1 parent baffb20 commit 869c966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdwarf
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 869c966

Please sign in to comment.