Update macOS launcher to 20170812 tag.

This commit is contained in:
Paul Chote
2017-08-12 15:41:16 +01:00
committed by Oliver Brakmann
parent b937bf43f7
commit 34a44acf85

View File

@@ -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"