diff options
Diffstat (limited to 'scripts/build/lb_binary_zsync')
-rwxr-xr-x | scripts/build/lb_binary_zsync | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/lb_binary_zsync b/scripts/build/lb_binary_zsync index 21cc01784..5ec47e308 100755 --- a/scripts/build/lb_binary_zsync +++ b/scripts/build/lb_binary_zsync @@ -103,6 +103,10 @@ do lzip ${LZIP_OPTIONS} ${_IMAGE}.zsync ;; + xz) + xz ${XZ_OPTIONS} ${_IMAGE}.zsync + ;; + none) ;; esac |