I'm running into an issue: when zipping a full library structure, one file will be missing.
I'm trying to zip a Chrome extension. It has at most 2 levels of directories:
And the resulting zip file almost always misses either an icon file, or one of the vendor scripts. That caused me to upload faulty extensions to the Chrome Store, having to later republish (with a new version, because you cannot replace an existing extension, only update). I've been running into this issues with several versions of the module. Any assistance will be appreciated.
Closing issues: I've added a debug line prior to the zip command, and verified I'm not getting the full list of files, so it's an error somewhere else.
I'm running into an issue: when zipping a full library structure, one file will be missing. I'm trying to zip a Chrome extension. It has at most 2 levels of directories:
I run:
And the resulting zip file almost always misses either an icon file, or one of the vendor scripts. That caused me to upload faulty extensions to the Chrome Store, having to later republish (with a new version, because you cannot replace an existing extension, only update). I've been running into this issues with several versions of the module. Any assistance will be appreciated.