mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 10:19:55 +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
|
||||
PACKAGE="$RELEASENAME-$VERSION.tar.bz2"
|
||||
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
|
||||
|
Reference in New Issue
Block a user