More .xz -> .zst

This commit is contained in:
Marcus Holland-Moritz 2023-07-10 11:46:54 +02:00
parent d6c246d80c
commit ae0f6c6b4b

View File

@ -108,10 +108,10 @@ if [[ "-$BUILD_TYPE-" == *-static-* ]]; then
rm -rf dwarfs-*
rm -f dwarfs
mv "build/dwarfs-${VERSION}.tar.xz" .
mv "build/dwarfs-${VERSION}.tar.zst" .
rm -rf build
tar xvf "dwarfs-${VERSION}.tar.xz"
tar xvf "dwarfs-${VERSION}.tar.zst"
ln -s "dwarfs-${VERSION}" dwarfs
mkdir build