]> wimlib.net Git - wimlib/commitdiff
tools/make-releases: use libdeflate-gzip instead of 7z
authorEric Biggers <ebiggers3@gmail.com>
Sun, 11 Sep 2022 17:34:12 +0000 (12:34 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 11 Sep 2022 17:34:12 +0000 (12:34 -0500)
tools/make-releases

index 251e741311c2ec614af10a525892dcc9d22b83cc..33b209eedd9a7280ed6c1787d5237cf27c469258 100755 (executable)
@@ -10,12 +10,11 @@ autoreconf -i -f # make sure the version number gets updated
 
 ./configure && $MAKE distcheck
 
-# Recompress with 7-Zip
+# Recompress with libdeflate
 gzfile=$(ls wimlib-*.tar.gz | tail -1)
 tarfile=${gzfile%.gz}
-gunzip $gzfile
-7z -mx9 a $gzfile $tarfile
-rm -f $tarfile
+libdeflate-gunzip $gzfile
+libdeflate-gzip -12 $tarfile
 
 for arch in i686 x86_64; do
        ./tools/make-windows-release $arch