Compare commits

...

2 Commits

Author SHA1 Message Date
Phantop 869c9666cf update for dwarfs 0.8.0 and pcm categorization 2024-02-01 12:08:44 -05:00
Phantop baffb207d3 update README.md 2023-12-29 02:57:52 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
appdwarf
[appdwarf](https://github.com/phantop/appdwarf)
=======
A tool to convert an AppDir or an existing [AppImage](https://appimage.org/) file,
either as a local file or from a URL, into a highly compressed portable image using

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"