mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-19 13:46:03 +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"
|
setpath "product" "downloadUrl" "https://github.com/VSCodium/vscodium/releases"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${OS_NAME}" == "windows" ]]; then
|
# if [[ "${OS_NAME}" == "windows" ]]; then
|
||||||
setpath_json "product" "win32VersionedUpdate" "true"
|
# setpath_json "product" "win32VersionedUpdate" "true"
|
||||||
fi
|
# fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${VSCODE_QUALITY}" == "insider" ]]; then
|
if [[ "${VSCODE_QUALITY}" == "insider" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user