mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user