Qt: Directly install update after downloading

This commit is contained in:
¥IGA 2025-06-29 11:01:14 +02:00 committed by GitHub
parent 59dd73492b
commit a704221685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -426,8 +426,6 @@ void CheckUpdate::DownloadUpdate(const QString& url) {
if (file.open(QIODevice::WriteOnly)) {
file.write(reply->readAll());
file.close();
QMessageBox::information(this, tr("Download Complete"),
tr("The update has been downloaded, press OK to install."));
Install();
} else {
QMessageBox::warning(