Ability to specify path separator #147
-
I'm using this library on my local Windows 10 device to programmatically zip up a directory of browser extension source files; a pretty simple operation. I ran into an interesting problem the other day: the browser store I was submitting my extension to did not support backslashes as the path separator for directories in zip files. A maintainer of the extension store's validation software confirmed that this was intentional, and advised that I either switch to a different zipping library, or find a way to implement the forwardslash separator with Is this behavior currently possible with Related: https://github.com/mozilla/addons-server/issues/19762 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
fflate
always adds forward slashes in ZIP files unless you manually use paths with backward slashes. Could you check if that's what's happening?