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"