mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2026-01-08 06:19:13 +08:00
fix updater URL
This commit is contained in:
parent
34ba720f8b
commit
affd8c08ef
@ -2313,7 +2313,7 @@ void MainWindow::CheckUpdate() {
|
||||
return;
|
||||
}
|
||||
|
||||
auto resp = NetworkRequestHelper::HttpGet("https://api.github.com/repos/Mahdi-zarei/nekoray/releases");
|
||||
auto resp = NetworkRequestHelper::HttpGet("https://api.github.com/repos/throneproj/Throne/releases");
|
||||
if (!resp.error.isEmpty()) {
|
||||
runOnUiThread([=] {
|
||||
MessageBoxWarning(QObject::tr("Update"), QObject::tr("Requesting update error: %1").arg(resp.error + "\n" + resp.data));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user