Fixes duplicate folders creation when zipping with subfolders

When zipping subfolders they were added twice in the zip (in the root folder and in their correct position).
With this fix now folders with subfolders are created correctly.
parent c67e1055
...@@ -84,7 +84,6 @@ internal class ZipUtilities { ...@@ -84,7 +84,6 @@ internal class ZipUtilities {
} }
else { else {
let directoryContents = expandDirectoryFilePath(path) let directoryContents = expandDirectoryFilePath(path)
processedFilePaths.appendContentsOf(directoryContents)
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment