Pārlūkot izejas kodu

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

Source commit: 175835d41dbd6cb5f4d677c0cb01f2b9bc53fbf4
Martin Prikryl 3 gadi atpakaļ
vecāks
revīzija
b0ee1a6ce4
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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();