🎨 Update download mirror for ghproxy.com https://github.com/siyuan-note/siyuan/issues/9628
This commit is contained in:
parent
70d8d72329
commit
4d218cd1e0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue