Retrieve the currentrelease file from our new download servers

In theory this should "just work", without any weirdness.  Only
one way to find out for sure though. :)
This commit is contained in:
Justin Clift
2018-08-13 01:18:16 +01:00
parent 1a780ebddc
commit 06363f8083

View File

@@ -330,7 +330,7 @@ void MainWindow::init()
// Check for a new version if automatic update check aren't disabled in the settings dialog
if(Settings::getValue("checkversion", "enabled").toBool())
{
m_remoteDb->fetch("https://raw.githubusercontent.com/sqlitebrowser/sqlitebrowser/master/currentrelease",
m_remoteDb->fetch("https://download.sqlitebrowser.org/currentrelease",
RemoteDatabase::RequestTypeNewVersionCheck);
}
#endif