mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 03:20:16 +10:00
feat(windows): use versioned update (#2690)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user