Update macOS launcher to fix "View Logs" button.

This commit is contained in:
Paul Chote
2020-03-06 22:48:07 +00:00
parent 834bbf467e
commit df3b6dde34
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
# MACOS_DEVELOPER_PASSWORD: App-specific password for the developer account # MACOS_DEVELOPER_PASSWORD: App-specific password for the developer account
# #
LAUNCHER_TAG="osx-launcher-20200209" LAUNCHER_TAG="osx-launcher-20200306"
if [ $# -ne "2" ]; then if [ $# -ne "2" ]; then
echo "Usage: $(basename "$0") tag outputdir" echo "Usage: $(basename "$0") tag outputdir"

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
LAUNCHER_TAG="osx-launcher-20200209" LAUNCHER_TAG="osx-launcher-20200306"
download_dir="${0%/*}/download/osx" download_dir="${0%/*}/download/osx"
mkdir -p "$download_dir" mkdir -p "$download_dir"