Skip to content

Commit

Permalink
feat: replace setFeedURL url
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Feb 10, 2023
1 parent e3ad7a9 commit 4303743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/electron-main/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class EoUpdater {
this.watchLog();
autoUpdater.setFeedURL({
provider: 'generic',
url: 'https://data.postcat.com/download/'
url: 'https://data.postcat.com/download/latest'
});
// 是否自动更新
// autoUpdater.autoDownload = window.pc.getExtensionSettings('common.app.autoUpdate') !== false;
Expand Down

0 comments on commit 4303743

Please sign in to comment.