Skip to content

Commit

Permalink
update upgrade link
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 committed Feb 12, 2024
1 parent 9940b2e commit 463c035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ app.whenReady().then(() => {
if (result == 2) {
autoUpdater.downloadUpdate()
} else if (result == 1) {
shell.openExternal('https://github.com/fangkehou-team/BingGPT/releases')
shell.openExternal('https://github.com/fangkehou-team/BingGPT_Enhanced_Editon/releases')
}
})

Expand Down

0 comments on commit 463c035

Please sign in to comment.