Minor tweak

This commit is contained in:
Joshua Granick
2015-02-19 14:04:22 -08:00
parent 3f548d2f4b
commit 95ab0dea43

View File

@@ -65,7 +65,7 @@ class ZipHelper {
} else {
ProcessHelper.runCommand (Path.directory (targetPath), "zip", [ "-r", targetPath, path ]);
ProcessHelper.runCommand (Path.directory (path), "zip", [ "-r", targetPath, Path.withoutDirectory (path) ]);
}