更新 'src/GUI/UpdateChecker.cxx'

This commit is contained in:
2023-03-23 20:45:24 +08:00
parent 5cc8d624b4
commit 3efb6dfd6c

View File

@@ -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 );