feat(windows): use versioned update (#2690)

This commit is contained in:
Baptiste Augrain
2026-02-09 15:20:52 +01:00
committed by GitHub
parent 47e2863d9e
commit 091907f2c0
2 changed files with 4 additions and 854 deletions

View File

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