Update macOS launcher with space-in-filename metadata registration fix.

This commit is contained in:
Paul Chote
2017-10-22 18:38:26 +01:00
committed by abcdefg30
parent faf2634e3d
commit a3636c69d9

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-20170812"
LAUNCHER_TAG="osx-launcher-20171022"
if [ $# -ne "2" ]; then
echo "Usage: `basename $0` tag outputdir"