You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because adm-zip failed to provide the performance I needed (produced non-un-zippable archives once they started getting big), I had to move to invoking the zip utility as a system call. While this works on OSX, and I assume most Linux distros, I don't think that's good enough for a Windows machine. Look into what CLI invocation could perform an equivalent service.
The text was updated successfully, but these errors were encountered:
Because adm-zip failed to provide the performance I needed (produced non-un-zippable archives once they started getting big), I had to move to invoking the
zip
utility as a system call. While this works on OSX, and I assume most Linux distros, I don't think that's good enough for a Windows machine. Look into what CLI invocation could perform an equivalent service.The text was updated successfully, but these errors were encountered: