From 83c4c842eeaea5cb02876e9fd83ac75be899edd0 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 4 Jun 2017 18:03:39 +0100 Subject: [PATCH] Update to latest osx launcher package. --- 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 edcbddd84b..dc3f165779 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-20170414" +LAUNCHER_TAG="osx-launcher-20170604" if [ $# -ne "2" ]; then echo "Usage: `basename $0` tag outputdir"