mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
📜 Add brew_update script
This commit is contained in:
parent
716ef312b6
commit
75e5133c9b
1 changed files with 14 additions and 0 deletions
14
script/brew_update
Executable file
14
script/brew_update
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/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
|
Loading…
Reference in a new issue