Fix checking for version update

This commit is contained in:
manongjohn 2021-04-07 15:06:27 -04:00
parent 18f0c94eaf
commit 6470598f89

View file

@ -1437,7 +1437,7 @@ extern const char *applicationVersion;
void MainWindow::checkForUpdates() {
// Since there is only a single version of Tahoma, we can do a simple check
// against a string
QString updateUrl("https://tahoma2d.org/files/tahoma-version.txt");
QString updateUrl("http://tahoma2d.org/files/tahoma-version.txt");
m_updateChecker = new UpdateChecker(updateUrl);
connect(m_updateChecker, SIGNAL(done(bool)), this,