summaryrefslogtreecommitdiffstats
path: root/tools/make_mac_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make_mac_package.sh')
-rwxr-xr-xtools/make_mac_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_mac_package.sh b/tools/make_mac_package.sh
index c5a956d2..9e78910e 100755
--- a/tools/make_mac_package.sh
+++ b/tools/make_mac_package.sh
@@ -45,5 +45,5 @@ EOF
chmod +x $DEST/generator-bin/protoc
# Tar it all up
-( cd dist; tar -czf $VERSION.tgz $VERSION )
+( cd dist; zip -r $VERSION.zip $VERSION )