mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 13:00:23 +00:00
Only package up the binary, not the directories
This commit is contained in:
parent
5123de796c
commit
fe556c9059
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue