-
Notifications
You must be signed in to change notification settings - Fork 375
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
Zip build on windows are not POSIX compliant #512
Comments
riderx
changed the title
Zip build on windows are build with wrong non unix path
Zip build on windows are not POSIX compliant
Jun 23, 2024
Could be linked to #497 |
Hmm, can you take code directly from github repo. I believe #497 was fixed in repo, but this fix is not released in npm |
May I ask when will it be released? @5saviahv |
Sadly, I have no good aswer for that. Currently only @cthackers can make releases in npm. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had an issue with my CLI when used on Windows the ZIP was not readable on certain picky env like JAVA.
So I created a test in GitHub action for that and found the issue
You can see the result here:
https://github.com/Cap-go/CLI/actions/runs/9634029990/job/26569222957
I created a zip with the lib in windows and tried with java and swift to open it, and it fails in Java.
My current fix is to use
jszip
for windows env, but it's not maintained, I would be glad if we managed to fix it here and I keep only using adm-zip.the java test i run
The github action who could be adapted
The text was updated successfully, but these errors were encountered: