From f832c6aa940b914aa52c1dc4c4bd8df212dc56f1 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Mon, 23 Jul 2018 17:58:58 +0100 Subject: [PATCH] Update macOS launcher template to osx-launcher-20180723. This adds support for the dark appearance on macOS 10.14. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index de9439e..72c07c1 100644 --- a/mod.config +++ b/mod.config @@ -65,7 +65,7 @@ PACKAGING_FAQ_URL="http://wiki.openra.net/FAQ" PACKAGING_AUTHORS="Example Mod authors" # The git tag to use for the macOS Launcher files. -PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20171118" +PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20180723" # Filename to use for the launcher executable on Windows. PACKAGING_WINDOWS_LAUNCHER_NAME="ExampleMod"