mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🗑 Remove mas.zip archive script
This commit is contained in:
parent
c0c01251f1
commit
3e88d28622
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
#!/bin/bash -e
|
||||
#
|
||||
# script/archive
|
||||
# mas
|
||||
#
|
||||
# Compresses artifacts so the can be archived more easily.
|
||||
#
|
||||
|
||||
echo "==> 🗜️ Compressing mas"
|
||||
zip .build/mas.zip .build/apple/Products/Release/mas
|
||||
|
||||
echo "==> 🔢 File Hash"
|
||||
shasum -a 256 .build/mas.zip
|
Loading…
Add table
Reference in a new issue