🗑 Remove mas.zip archive script

This commit is contained in:
Chris Araman 2021-05-07 11:32:32 -07:00
parent c0c01251f1
commit 3e88d28622
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0

View file

@ -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