mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 19:43:09 +00:00
14 lines
225 B
Bash
Executable file
14 lines
225 B
Bash
Executable file
#!/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
|