Commit 7437d31d authored by Roy Marmelstein's avatar Roy Marmelstein Committed by GitHub

Merge pull request #17 from juanLovera/master

Fixes duplicate folders creation when zipping with subfolders
parents 4072a674 1ad87917
......@@ -84,7 +84,6 @@ internal class ZipUtilities {
}
else {
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