Update macOS launcher package.
This pulls in a fix for the missing libmono-native-compat.dylib
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; }
|
command -v genisoimage >/dev/null 2>&1 || { echo >&2 "macOS packaging requires genisoimage."; exit 1; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LAUNCHER_TAG="osx-launcher-20191003"
|
LAUNCHER_TAG="osx-launcher-20191007"
|
||||||
|
|
||||||
if [ $# -ne "2" ]; then
|
if [ $# -ne "2" ]; then
|
||||||
echo "Usage: $(basename "$0") tag outputdir"
|
echo "Usage: $(basename "$0") tag outputdir"
|
||||||
|
|||||||
2
thirdparty/fetch-thirdparty-deps-osx.sh
vendored
2
thirdparty/fetch-thirdparty-deps-osx.sh
vendored
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
LAUNCHER_TAG="osx-launcher-20191003"
|
LAUNCHER_TAG="osx-launcher-20191007"
|
||||||
|
|
||||||
download_dir="${0%/*}/download/osx"
|
download_dir="${0%/*}/download/osx"
|
||||||
mkdir -p "$download_dir"
|
mkdir -p "$download_dir"
|
||||||
|
|||||||
Reference in New Issue
Block a user