feat(update): directly use versions repo (#2216)

This commit is contained in:
Baptiste Augrain
2025-01-26 12:27:06 +01:00
committed by GitHub
parent 6c79f57434
commit 30e3df2bdd
5 changed files with 236 additions and 77 deletions

View File

@@ -129,7 +129,7 @@ setpath "product" "tipsAndTricksUrl" "https://go.microsoft.com/fwlink/?linkid=85
setpath "product" "twitterUrl" "https://go.microsoft.com/fwlink/?LinkID=533687"
if [[ "${DISABLE_UPDATE}" != "yes" ]]; then
setpath "product" "updateUrl" "https://vscodium.now.sh"
setpath "product" "updateUrl" "https://raw.githubusercontent.com/VSCodium/versions/refs/heads/master"
setpath "product" "downloadUrl" "https://github.com/VSCodium/vscodium/releases"
fi