mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +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
|
continue; // Skip directories
|
||||||
// Unpack entry
|
// Unpack entry
|
||||||
String name = entry.getName();
|
String name = entry.getName();
|
||||||
|
callback.stateChanged(name, 0L, entry.getSize());
|
||||||
LogHelper.subInfo("Downloading file: '%s'", name);
|
LogHelper.subInfo("Downloading file: '%s'", name);
|
||||||
if(fullDownload || applies.stream().anyMatch((t) -> t.apply.equals(name)))
|
if(fullDownload || applies.stream().anyMatch((t) -> t.apply.equals(name)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue