mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-23 17:04:12 +03:00
Merge pull request #595 from daiyam/fix-update-version-macos
This commit is contained in:
commit
c7187ed00f
@ -99,8 +99,8 @@ cd ..
|
|||||||
|
|
||||||
if [[ "$OS_NAME" == "osx" ]]; then
|
if [[ "$OS_NAME" == "osx" ]]; then
|
||||||
# zip, sha1, and sha256 files are all at top level dir
|
# zip, sha1, and sha256 files are all at top level dir
|
||||||
ASSET_NAME=VSCodium-darwin-${LATEST_MS_TAG}.zip
|
ASSET_NAME=VSCodium-darwin-${VSCODE_ARCH}-${LATEST_MS_TAG}.zip
|
||||||
VERSION_PATH="darwin"
|
VERSION_PATH="darwin/${VSCODE_ARCH}"
|
||||||
JSON="$(generateJson ${ASSET_NAME})"
|
JSON="$(generateJson ${ASSET_NAME})"
|
||||||
updateLatestVersion "$VERSION_PATH" "$JSON"
|
updateLatestVersion "$VERSION_PATH" "$JSON"
|
||||||
elif [[ "$CI_WINDOWS" == "True" ]]; then
|
elif [[ "$CI_WINDOWS" == "True" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user