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"