mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Попытка исправить #340
This commit is contained in:
parent
cb91f83ec2
commit
ef1b61d258
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ public void downloadZip(String base, List<DownloadTask> applies, Path dstDirFile
|
|||
continue; // Skip directories
|
||||
// Unpack entry
|
||||
String name = entry.getName();
|
||||
callback.stateChanged(name, 0L, entry.getSize());
|
||||
LogHelper.subInfo("Downloading file: '%s'", name);
|
||||
if(fullDownload || applies.stream().anyMatch((t) -> t.apply.equals(name)))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue