From 4cfb3185b6c72ac4a67eaaf17f842cc1dacf27c7 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Mon, 11 May 2020 22:01:50 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20Add=20catalina=20to=20bottle=20s?= =?UTF-8?q?cript?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/bottle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bottle b/script/bottle index 2be636d1a..d60bbe70e 100755 --- a/script/bottle +++ b/script/bottle @@ -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[*]}"