-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update archiver dependency * Support compressing symlinks on Windows - Add test cases for file and directory symlinks - Add support for compressing file and symlinks on Windows - Test on Windows 10 node 12.16.1 - Test on Ubuntu 18.04 node 12.16.1 both with and without native zip available in path. * Fix EMFILE error, too many open readStream issue.
- Loading branch information
Showing
6 changed files
with
299 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
node_modules/ | ||
.idea | ||
tmp/ | ||
test/fixtures/subdir-symlink | ||
test/fixtures/file-symlink.txt | ||
test/validArchive.zip | ||
test/validARchiveExtract | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.