mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
core: add build of zst archive in make dist
This commit is contained in:
@@ -75,3 +75,6 @@ git archive --prefix="${PREFIX}" "${TREEISH}" | bzip2 -c >"${FILE}.bz2"
|
||||
|
||||
echo "Building package ${FILE}.xz"
|
||||
git archive --prefix="${PREFIX}" "${TREEISH}" | xz -c >"${FILE}.xz"
|
||||
|
||||
echo "Building package ${FILE}.zst"
|
||||
git archive --prefix="${PREFIX}" "${TREEISH}" | zstd -c -15 >"${FILE}.zst"
|
||||
|
||||
Reference in New Issue
Block a user