Make the Mac OS X package a .zip instead

This commit is contained in:
Petteri Aimonen
2013-12-29 21:43:22 +02:00
parent 125b49bf24
commit bb51ee655b

View File

@@ -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 )