Update macOS launcher to fix "View Logs" button.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# MACOS_DEVELOPER_PASSWORD: App-specific password for the developer account
|
||||
#
|
||||
|
||||
LAUNCHER_TAG="osx-launcher-20200209"
|
||||
LAUNCHER_TAG="osx-launcher-20200306"
|
||||
|
||||
if [ $# -ne "2" ]; then
|
||||
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
|
||||
|
||||
LAUNCHER_TAG="osx-launcher-20200209"
|
||||
LAUNCHER_TAG="osx-launcher-20200306"
|
||||
|
||||
download_dir="${0%/*}/download/osx"
|
||||
mkdir -p "$download_dir"
|
||||
|
||||
Reference in New Issue
Block a user