qt: Change update URL to the website (#757)

This commit is contained in:
PabloMK7 2025-03-21 20:19:45 +01:00 committed by GitHub
parent edb01754ea
commit 17a6bfb7dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3637,8 +3637,7 @@ void GMainWindow::OnEmulatorUpdateAvailable() {
update_prompt.exec();
if (update_prompt.button(QMessageBox::Yes) == update_prompt.clickedButton()) {
QDesktopServices::openUrl(
QUrl(QString::fromStdString("https://github.com/azahar-emu/azahar/releases/tag/") +
version_string));
QUrl(QString::fromStdString("https://azahar-emu.org/pages/download/")));
}
}
#endif