mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-07 09:45:50 +01:00
chore: add comment
This commit is contained in:
parent
f3a3e935a2
commit
ee6aff8fe7
@ -37,6 +37,8 @@ internal class ZipFileSystemUtils(
|
|||||||
}.close()
|
}.close()
|
||||||
|
|
||||||
Files.walk(path).let { fileStream ->
|
Files.walk(path).let { fileStream ->
|
||||||
|
// don't include build directory
|
||||||
|
// by skipping the root node.
|
||||||
fileStream.skip(1).forEach { filePath ->
|
fileStream.skip(1).forEach { filePath ->
|
||||||
val relativePath = filePath.getRelativePath(path)
|
val relativePath = filePath.getRelativePath(path)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user