From b3e6c6dbe1d0d384d1b2221f9d7a6b3bcc25437f Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 23 Dec 2020 05:02:22 +0100 Subject: [PATCH] add missing VSCODE_ARCH --- update_version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update_version.sh b/update_version.sh index 224c702..eb4e576 100755 --- a/update_version.sh +++ b/update_version.sh @@ -99,8 +99,8 @@ cd .. if [[ "$OS_NAME" == "osx" ]]; then # zip, sha1, and sha256 files are all at top level dir - ASSET_NAME=VSCodium-darwin-${LATEST_MS_TAG}.zip - VERSION_PATH="darwin" + ASSET_NAME=MrCode-darwin-${VSCODE_ARCH}-${LATEST_MS_TAG}.zip + VERSION_PATH="darwin/${VSCODE_ARCH}" JSON="$(generateJson ${ASSET_NAME})" updateLatestVersion "$VERSION_PATH" "$JSON" elif [[ "$CI_WINDOWS" == "True" ]]; then