Update macOS launcher template to osx-launcher-20180723.

This adds support for the dark appearance on macOS 10.14.
This commit is contained in:
Paul Chote
2018-07-23 17:52:24 +01:00
committed by abcdefg30
parent e8584033f8
commit 2270460c9a
2 changed files with 2 additions and 2 deletions

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

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
LAUNCHER_TAG="osx-launcher-20171118" LAUNCHER_TAG="osx-launcher-20180723"
download_dir="${0%/*}/download/osx" download_dir="${0%/*}/download/osx"
mkdir -p "$download_dir" mkdir -p "$download_dir"