Pārlūkot izejas kodu

updater: Deduplicate delta patch downloads

derrod 2 gadi atpakaļ
vecāks
revīzija
cd78ecae50
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      UI/win-update/updater/updater.cpp

+ 0 - 3
UI/win-update/updater/updater.cpp

@@ -1637,9 +1637,6 @@ static bool Update(wchar_t *cmdLine)
 
 	unordered_set<wstring> tempFiles;
 	for (update_t &update : updates) {
-		if (update.patchable)
-			continue;
-
 		if (tempFiles.count(update.tempPath)) {
 			update.state = STATE_ALREADY_DOWNLOADED;
 			totalFileSize -= update.fileSize;