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