mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 10:19:55 +02:00
Changed script to produce a 7z archive for smaller size and better OS compatibility
This commit is contained in:
@@ -27,9 +27,9 @@ find -name "\.svn" -exec rm -rf {} \;
|
||||
popd
|
||||
|
||||
pushd release
|
||||
PACKAGE="$RELEASENAME-$VERSION.tar.bz2"
|
||||
PACKAGE="$RELEASENAME-$VERSION.7z"
|
||||
echo "creating $PACKAGE"
|
||||
|
||||
pushd $RELEASEDIR
|
||||
tar -c --bzip2 -f "../$PACKAGE" *
|
||||
7za a "../$PACKAGE" *
|
||||
popd
|
||||
|
Reference in New Issue
Block a user