Skip to content

Commit

Permalink
fix: 新版二进制下载地址
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Apr 19, 2024
1 parent 1b57278 commit b3fad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webview/src/apps/welcome/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class WelcomeComponent {
return;
}
if (this.compareVersions(this.system.version, data.tag_name) < 1) {
this.upgrade.url = data.assets[0].browser_download_url;
this.upgrade.url = data.assets[1].browser_download_url;
this.upgrade.version = data.tag_name;
}
});
Expand Down

0 comments on commit b3fad0e

Please sign in to comment.