Switch to new hostname

This commit is contained in:
Cameron Gutman
2018-12-03 21:48:49 -08:00
parent 23e77eefb0
commit 8aa3b5d3da
3 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ void AutoUpdateChecker::start()
{
#if defined(Q_OS_WIN32) || defined(Q_OS_DARWIN) // Only run update checker on platforms without auto-update
// We'll get a callback when this is finished
QUrl url("https://moonlight-stream.com/updates/qt.json");
QUrl url("https://moonlight-stream.org/updates/qt.json");
m_Nam.get(QNetworkRequest(url));
#endif
}