mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-17 16:33:58 +00:00
chore: add comment
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user