We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to duplicate the command zip -r build.zip php/* ;, which creates a zip named build.zip but on extract creates a php dir. But when I do
zip -r build.zip php/* ;
php
await zip.addLocalFolder('./php'); await zip.writeZipPromise('./build.zip');
It creates a build dir.
build
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to duplicate the command
zip -r build.zip php/* ;
, which creates a zip named build.zip but on extract creates aphp
dir. But when I doIt creates a
build
dir.The text was updated successfully, but these errors were encountered: