🎨 切换 release-r2

This commit is contained in:
Liang Ding 2022-11-08 18:26:31 +08:00
parent ab482a143c
commit b615240f4b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -142,8 +142,6 @@ func getUpdatePkg() (downloadPkgURLs []string, checksum string, err error) {
downloadPkgURLs = append(downloadPkgURLs, url)
url = "https://ghproxy.com/" + url
downloadPkgURLs = append(downloadPkgURLs, url)
url = "https://release-r2.b3log.org/siyuan/" + pkg
downloadPkgURLs = append(downloadPkgURLs, url)
url = "https://release.b3log.org/siyuan/" + pkg
downloadPkgURLs = append(downloadPkgURLs, url)