浏览代码

Comment on need to adjust update check processing server script when update URI parameters are changed

Source commit: 175835d41dbd6cb5f4d677c0cb01f2b9bc53fbf4
Martin Prikryl 3 年之前
父节点
当前提交
b0ee1a6ce4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/windows/Setup.cpp

+ 1 - 0
source/windows/Setup.cpp

@@ -893,6 +893,7 @@ static bool __fastcall DoQueryUpdates(TUpdatesConfiguration & Updates, bool Coll
   {
     UnicodeString URL = ProgramUrl(LoadStr(UPDATES_URL));
     URL = WantBetaUrl(URL, false);
+    // Update the regex pattern in updates.php when modifying the URI (CLEAN_INLINE)
     URL += L"&dotnet=" + Updates.DotNetVersion;
     URL += L"&console=" + Updates.ConsoleVersion;
     UnicodeString LocaleVersion = WinConfiguration->AppliedLocaleVersion();