瀏覽代碼

feat: add downloadUrl (#1449)

Baptiste Augrain 2 年之前
父節點
當前提交
4e373455f2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      prepare_vscode.sh

+ 1 - 0
prepare_vscode.sh

@@ -103,6 +103,7 @@ setpath "product" "twitterUrl" "https://go.microsoft.com/fwlink/?LinkID=533687"
 
 if [[ "${DISABLE_UPDATE}" != "yes" ]]; then
   setpath "product" "updateUrl" "https://vscodium.now.sh"
+  setpath "product" "downloadUrl" "https://github.com/VSCodium/vscodium/releases"
 fi
 
 if [[ "${VSCODE_QUALITY}" == "insider" ]]; then