Hey, I’m trying to update my extension and it keeps giving me the below error. There doesn’t seem to be a specific error that i can fix just keeps giving this general error, anyone know if this is a known issue?
I’m pretty sure the method of zipping is not the issue as i’ve submitted all my versions so far using it. (Plus i can upload my zip in about:debugging and it works just fine)
I opened an issue on github though, hopefully it gets looked at.
Yeah, the addons store is somewhat picky about the zip.
From what I remember years ago, some popular zipping library from NPM was making zip archives that I could open with desktop app, but they would fail when uploading to store.
I’m now using zip-webpack-plugin which works OK.