Skip to content

Commit

Permalink
replace baidu pan link to github release
Browse files Browse the repository at this point in the history
  • Loading branch information
chitosai committed Apr 26, 2021
1 parent 1fa2215 commit b42aa8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function checkUpdateOnInit() {
message: `检查到新版本v${data.version},您正在使用的版本是v${appData.version},是否打开下载页面?`
}, (res, checkboxChecked) => {
if(res == order) {
shell.openExternal(`https://pan.baidu.com/s/1jIHnRk6#list/path=%2Fbilimini%2Fv${data.version}`);
shell.openExternal(`https://github.com/chitosai/bilimini/releases/tag/v${data.version}`);
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bilimini",
"version": "1.5.3",
"version": "1.5.4",
"description": "Hide!bilibili",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b42aa8f

Please sign in to comment.