mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
15 lines
225 B
Text
15 lines
225 B
Text
|
#!/bin/bash -e
|
||
|
#
|
||
|
# script/build_artifacts
|
||
|
# mas
|
||
|
#
|
||
|
# Runs all related scripts for generating all artifacts.
|
||
|
#
|
||
|
|
||
|
VERSION=$(script/version)
|
||
|
|
||
|
echo "Updating mas $VERSION Homebrew formula"
|
||
|
|
||
|
script/brew_formula_update
|
||
|
script/bottle
|