Switch to new hostname
This commit is contained in:
parent
23e77eefb0
commit
8aa3b5d3da
3 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue