Skip to content

Commit

Permalink
调整在线更新服务地址
Browse files Browse the repository at this point in the history
  • Loading branch information
margox committed Sep 21, 2020
1 parent 142ed72 commit b37d6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function initialize() {
}

function initializeUpdater() {
autoUpdater.setFeedURL('http://repic-cdn.margox.cn/releases')
autoUpdater.setFeedURL('https://repic-1254052530.cos.ap-guangzhou.myqcloud.com/releases')

// 更新下载进度事件
autoUpdater.on('download-progress', function (data) {
Expand Down

0 comments on commit b37d6b2

Please sign in to comment.