Explorar o código

updater: Deduplicate delta patch downloads

derrod %!s(int64=2) %!d(string=hai) anos
pai
achega
cd78ecae50
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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;