Update macOS launcher template to osx-launcher-20180723.
This adds support for the dark appearance on macOS 10.14.
This commit is contained in:
@@ -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-20171118"
|
||||
LAUNCHER_TAG="osx-launcher-20180723"
|
||||
|
||||
if [ $# -ne "2" ]; then
|
||||
echo "Usage: `basename $0` tag outputdir"
|
||||
|
||||
Reference in New Issue
Block a user