From df3b6dde347d6fb1f63eca0a90af6ef1e99b7799 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Fri, 6 Mar 2020 22:48:07 +0000 Subject: [PATCH] Update macOS launcher to fix "View Logs" button. --- packaging/macos/buildpackage.sh | 2 +- thirdparty/fetch-thirdparty-deps-osx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/macos/buildpackage.sh b/packaging/macos/buildpackage.sh index 3bcd28cc64..6a546f3c79 100755 --- a/packaging/macos/buildpackage.sh +++ b/packaging/macos/buildpackage.sh @@ -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" diff --git a/thirdparty/fetch-thirdparty-deps-osx.sh b/thirdparty/fetch-thirdparty-deps-osx.sh index cae6942786..0b74e1bcfd 100755 --- a/thirdparty/fetch-thirdparty-deps-osx.sh +++ b/thirdparty/fetch-thirdparty-deps-osx.sh @@ -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"