mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 18:29:48 +02:00
Updated source code release script to use 7z for broader compatibility
This commit is contained in:
@@ -29,5 +29,6 @@ popd
|
|||||||
pushd release
|
pushd release
|
||||||
PACKAGE="$RELEASENAME-$VERSION.tar.bz2"
|
PACKAGE="$RELEASENAME-$VERSION.tar.bz2"
|
||||||
echo "creating $PACKAGE"
|
echo "creating $PACKAGE"
|
||||||
tar -c --bzip2 -f "$PACKAGE" "$RELEASENAME-$VERSION"
|
#tar -c --bzip2 -f "$PACKAGE" "$RELEASENAME-$VERSION"
|
||||||
|
7za a "$RELEASENAME-$VERSION.7z" "$RELEASENAME-$VERSION"
|
||||||
popd
|
popd
|
||||||
|
Reference in New Issue
Block a user