From 37851b2f04e3cf38e927da398c9968ca2c3260f8 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Wed, 23 Dec 2020 05:23:12 +0100 Subject: [PATCH] fix name --- update_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_version.sh b/update_version.sh index eb4e576..22bfc23 100755 --- a/update_version.sh +++ b/update_version.sh @@ -99,7 +99,7 @@ cd .. if [[ "$OS_NAME" == "osx" ]]; then # zip, sha1, and sha256 files are all at top level dir - ASSET_NAME=MrCode-darwin-${VSCODE_ARCH}-${LATEST_MS_TAG}.zip + ASSET_NAME=VSCodium-darwin-${VSCODE_ARCH}-${LATEST_MS_TAG}.zip VERSION_PATH="darwin/${VSCODE_ARCH}" JSON="$(generateJson ${ASSET_NAME})" updateLatestVersion "$VERSION_PATH" "$JSON"