From 34a44acf85de2b5554aebf64f826c6cd098cf106 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 12 Aug 2017 15:41:16 +0100 Subject: [PATCH] Update macOS launcher to 20170812 tag. --- packaging/osx/buildpackage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/osx/buildpackage.sh b/packaging/osx/buildpackage.sh index e90a25a174..0b5140b362 100755 --- a/packaging/osx/buildpackage.sh +++ b/packaging/osx/buildpackage.sh @@ -9,7 +9,7 @@ if [[ "$OSTYPE" != "darwin"* ]]; then command -v genisoimage >/dev/null 2>&1 || { echo >&2 "macOS packaging requires genisoimage."; exit 1; } fi -LAUNCHER_TAG="osx-launcher-20170708" +LAUNCHER_TAG="osx-launcher-20170812" if [ $# -ne "2" ]; then echo "Usage: `basename $0` tag outputdir"