feat(windows): disable versioned update (#2691)

This commit is contained in:
Baptiste Augrain
2026-02-09 20:19:21 +01:00
committed by GitHub
parent 091907f2c0
commit 8a26e54d3e

View File

@@ -59,9 +59,9 @@ if [[ "${DISABLE_UPDATE}" != "yes" ]]; then
setpath "product" "downloadUrl" "https://github.com/VSCodium/vscodium/releases"
fi
if [[ "${OS_NAME}" == "windows" ]]; then
setpath_json "product" "win32VersionedUpdate" "true"
fi
# if [[ "${OS_NAME}" == "windows" ]]; then
# setpath_json "product" "win32VersionedUpdate" "true"
# fi
fi
if [[ "${VSCODE_QUALITY}" == "insider" ]]; then