From 3efb6dfd6caebe2bae2d298840a3bbf5f046c509 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 23 Mar 2023 20:45:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/GUI/UpdateChecker.cxx?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GUI/UpdateChecker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/UpdateChecker.cxx b/src/GUI/UpdateChecker.cxx index 8aeb21e..8574e7b 100644 --- a/src/GUI/UpdateChecker.cxx +++ b/src/GUI/UpdateChecker.cxx @@ -114,7 +114,7 @@ UpdateChecker::UpdateChecker(QObject *parent) : QObject(parent) _majorMinorVersion = versionParts[0] + "." + versionParts[1]; // definitiely want to ensure HTTPS for this. - std::string uri = "https://download.jingweiht.com/builds/" + _majorMinorVersion + "/updates.xml"; + std::string uri = "https://www.jingweiht.com/fgfs/builds/" + _majorMinorVersion + "/updates.xml"; SG_LOG(SG_IO, SG_WARN, "UpdateChecker() " << uri );