Skip to content

Commit

Permalink
Only package up the binary, not the directories
Browse files Browse the repository at this point in the history
  • Loading branch information
argon committed Sep 21, 2015
1 parent 5123de7 commit fe556c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/package
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fe556c9

Please sign in to comment.