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