From 48c298bc267bdcc073c0bf568dc65eba13487856 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 3 Mar 2024 01:47:02 -0500 Subject: Add tar.xz archives --- portable/build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'portable') diff --git a/portable/build.sh b/portable/build.sh index 9259800..e5cc731 100755 --- a/portable/build.sh +++ b/portable/build.sh @@ -48,6 +48,9 @@ for ARCHIVE_TYPE in $( tr ',' '\n' <<<"${ARCHIVE_TYPES}" ); do targz) tar -czf "${ARTIFACT_DIR}"/jellyfin_${VERSION_SUFFIX}.tar.gz . ;; + tarxz) + tar -czf "${ARTIFACT_DIR}"/jellyfin_${VERSION_SUFFIX}.tar.xz . + ;; zip) zip -qr "${ARTIFACT_DIR}"/jellyfin_${VERSION_SUFFIX}.zip . ;; -- cgit