Revert macOS dark mode (again).

The updated GL surface appears to have regressed vsync behaviour.
This commit is contained in:
Paul Chote
2019-01-06 08:19:18 +00:00
parent b05d246c48
commit 6de92de8d9
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-20181118" LAUNCHER_TAG="osx-launcher-20171118"
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-20181118" LAUNCHER_TAG="osx-launcher-20171118"
download_dir="${0%/*}/download/osx" download_dir="${0%/*}/download/osx"
mkdir -p "$download_dir" mkdir -p "$download_dir"