mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-19 14:33:04 +03:00
[FIX] Фикс установки zipSize.
This commit is contained in:
parent
4ab67460e2
commit
6db6e4c31e
1 changed files with 1 additions and 0 deletions
|
@ -993,6 +993,7 @@ public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IO
|
|||
}
|
||||
}, true);
|
||||
}
|
||||
((HashedDir) entry).zipSize = Files.size(out);
|
||||
return HashedDir.WalkAction.SKIP_DIR;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue