Explorar o código

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

Source commit: 175835d41dbd6cb5f4d677c0cb01f2b9bc53fbf4
Martin Prikryl %!s(int64=3) %!d(string=hai) anos
pai
achega
b0ee1a6ce4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();