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