fix updater URL

This commit is contained in:
Nova 2025-07-18 09:11:23 +03:30
parent 34ba720f8b
commit affd8c08ef

View File

@ -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));