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

This commit is contained in:
PabloMK7 2025-03-21 20:19:45 +01:00 committed by OpenSauce04
parent afa0cdfe9f
commit 22b9c547fc

View File

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