Don't compress linux bundle, compress installer (with xz)

This halves the installer size from about 60MB to 29MB.
This commit is contained in:
Robin Gareus
2016-07-29 18:56:07 +02:00
parent d0126be806
commit 6fa25a1258
3 changed files with 12 additions and 12 deletions

View File

@@ -741,8 +741,8 @@ fi
echo "Building tarball ..."
rm -f $APPDIR.tar.bz2
tar -cjf $APPDIR.tar.bz2 $APPDIR
rm -f $APPDIR.tar
tar -cf $APPDIR.tar $APPDIR
echo "Calculating bundle size"
du -sb $APPDIR/ | awk '{print $1}' > $APPDIR.size