Skip to content

Commit 6021607

Browse files
committed
update
1 parent 51464eb commit 6021607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ type UpdateInfo struct {
261261
// CheckForUpdate 检查更新(优先使用自定义服务器,失败时降级到 GitHub API)
262262
func (a *App) CheckForUpdate(owner, repo string) (*UpdateInfo, error) {
263263
// 优先尝试从自定义服务器获取
264-
customURL := "http://gotool.51godream.com/version.json"
264+
customURL := "https://devtools.51godream.com/version.json"
265265
updateInfo, err := a.checkCustomServer(customURL)
266266
if err == nil {
267267
return updateInfo, nil

0 commit comments

Comments
 (0)