Update to latest osx launcher package.

This commit is contained in:
Paul Chote
2017-06-04 18:03:39 +01:00
committed by abcdefg30
parent 423ea555b3
commit 83c4c842ee

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; } command -v genisoimage >/dev/null 2>&1 || { echo >&2 "macOS packaging requires genisoimage."; exit 1; }
fi fi
LAUNCHER_TAG="osx-launcher-20170414" LAUNCHER_TAG="osx-launcher-20170604"
if [ $# -ne "2" ]; then if [ $# -ne "2" ]; then
echo "Usage: `basename $0` tag outputdir" echo "Usage: `basename $0` tag outputdir"