-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty directories are not zipped #28
Comments
Hi @GeoMC, Can you try running the command with |
Actually, nevermind. I made a test case that reproduces the bug, so now I just need to figure out how to fix it. |
...2 years later ahah No fix planned ? This issue is blocking me in my delivery process :( |
Sorry, this was from right before my daughter was born, and everything got more or less forgotten after that. If you can come up with a fix (and hopefully a test, since I'm not sure what happened to the one I made), I can get it merged in and shipped pretty soon. |
I figured out that if I do not put a file in a directory, it will not go into the archive.
Is there some sort of option I can use?
Here is what I am doing:
cd build && bestzip ../myproject-build.zip * .env.example
/build
contains files, subfolders with files and also empty subfolders.I am on a windows machine.
The text was updated successfully, but these errors were encountered: