Fix compatibility with macOS's dark mode.

This commit is contained in:
Paul Chote
2018-12-17 21:04:22 +00:00
parent 1facff6ab1
commit cc004b3546
3 changed files with 27 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; }
fi
LAUNCHER_TAG="osx-launcher-20171118"
LAUNCHER_TAG="osx-launcher-20181118"
if [ $# -ne "2" ]; then
echo "Usage: $(basename "$0") tag outputdir"