Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Trying to understand, are the files' data actually in the ZIP multiple times? Or just the path listing? If the files are actually duplicated, I would say to reject these because they are potentially adding a lot of duplicated data, but if not, no problem.

Then again, your system takes care of such an issue with how it handles compression anyhow, does it not?

(+1)

I think the data is actually duplicated (in the OP's zip) - instead of making a new zip, it just appends the new files to the end. When extracting, whichever entry occurs last should be used.

It wouldn't matter once it's uploaded with butler though, because a fresh .zip is made on the backend  (that never has duplicates).