diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-29 21:43:22 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-12-29 21:43:22 +0200 |
commit | bb51ee655bdb80b176d4d7a87dce88d62b0e827a (patch) | |
tree | 1ac5d25723ad755023dfdc402bc9f36b4a269652 /tools | |
parent | 125b49bf24883585d6826b8d72e14ccdfae41206 (diff) |
Make the Mac OS X package a .zip instead
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/make_mac_package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_mac_package.sh b/tools/make_mac_package.sh index c5a956d..9e78910 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 ) |