-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfixed that mode of file changes when zip is created (#335)
* Add archiver.js * Fix to use `archiver` instead of `node-zip` We want to keep file mode. * Add test of file mode * Fix to test mode in non-Windows * Modify the file used for testing * Modify the file used for testing * Modify archive.files's key archive.files's key is a slash delimiter regardless of platform. * Modify archive.files's name archive.files's name is a slash delimiter regardless of platform. * Modify path delimiter archive.files's name is a slash delimiter regardless of platform. * Modify to Arrow function and modify of variable declaration * Fix to get mode from file
- Loading branch information
Showing
5 changed files
with
259 additions
and
38 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.