Make the Mac OS X package a .zip instead
This commit is contained in:
@@ -45,5 +45,5 @@ EOF
|
|||||||
chmod +x $DEST/generator-bin/protoc
|
chmod +x $DEST/generator-bin/protoc
|
||||||
|
|
||||||
# Tar it all up
|
# Tar it all up
|
||||||
( cd dist; tar -czf $VERSION.tgz $VERSION )
|
( cd dist; zip -r $VERSION.zip $VERSION )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user