Only package up the binary, not the directories

This commit is contained in:
Andrew Naylor 2015-09-21 01:18:54 +01:00
parent 5123de796c
commit fe556c9059

View file

@ -4,7 +4,7 @@ echo "==> Compressing mas.xcarchive"
zip -r mas.xcarchive.zip mas.xcarchive
echo "==> Compressing binary"
zip mas-cli.zip mas.xcarchive/Products/usr/local/bin/mas
zip -j mas-cli.zip mas.xcarchive/Products/usr/local/bin/mas
echo -n "==> "
openssl sha1 mas-cli.zip