mirror of
https://github.com/Phantop/appdwarf.git
synced 2024-11-18 04:43:17 +00:00
update for dwarfs 0.8.0 and pcm categorization
This commit is contained in:
parent
baffb207d3
commit
869c9666cf
2
appdwarf
2
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"
|
||||
|
|
Loading…
Reference in a new issue