Skip to content

Commit

Permalink
πŸ“œ Add catalina to bottle script
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed May 12, 2020
1 parent 374901a commit 4cfb318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bottle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BUILD_DIR="$PWD/build"
BOTTLE_DIR="$BUILD_DIR/bottles"
VERSION=$(script/version)
ROOT_URL="https://dl.bintray.com/phatblat/mas-bottles"
OS_VERSIONS=(mojave high_sierra sierra el_capitan)
OS_VERSIONS=(catalina mojave high_sierra sierra el_capitan)
OLD_FILENAME="mas--${VERSION}.${OS_VERSIONS[0]}.bottle.tar.gz"

echo "==> 🍼 Bottling mas ${VERSION} for ${OS_VERSIONS[*]}"
Expand Down

0 comments on commit 4cfb318

Please sign in to comment.