mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Update download mirror for ghproxy.com https://github.com/siyuan-note/siyuan/issues/9628
This commit is contained in:
@@ -136,7 +136,7 @@ func getUpdatePkg() (downloadPkgURLs []string, checksum string, err error) {
|
||||
b3logURL := "https://release.b3log.org/siyuan/" + pkg
|
||||
downloadPkgURLs = append(downloadPkgURLs, b3logURL)
|
||||
githubURL := "https://github.com/siyuan-note/siyuan/releases/download/v" + ver + "/" + pkg
|
||||
ghproxyURL := "https://ghproxy.com/" + githubURL
|
||||
ghproxyURL := "https://mirror.ghproxy.com/" + githubURL
|
||||
downloadPkgURLs = append(downloadPkgURLs, ghproxyURL)
|
||||
downloadPkgURLs = append(downloadPkgURLs, githubURL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user