Skip to content

Commit

Permalink
update check: fix github redirect detection
Browse files Browse the repository at this point in the history
  • Loading branch information
adriweb committed Aug 26, 2024
1 parent ce55776 commit 10a06db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/qt/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ void MainWindow::checkUpdate(bool forceInfoBox) {
manager->deleteLater();
});

manager->setRedirectPolicy(QNetworkRequest::ManualRedirectPolicy);
manager->get(QNetworkRequest(QUrl(QStringLiteral("https://github.com/CE-Programming/CEmu/releases/latest"))));
}

Expand Down

0 comments on commit 10a06db

Please sign in to comment.