"Too many files in zip file." when pulling from github

Hello there, back to watchface dev after some years, updating a (very) old project.

I use my local ide, commit changes to github and sync it to cloudPebble for easier emulation.

I needed to add new images to my project to support new pebble 2 series screens formats. Sadly after my commit I get a “Too many files in zip file.” and I’m not able to use cloudpebble anymore.

Do you know how to raise this limit?

Or maybe how avoiding copying some images for each support when they are the same? (I have files like fall_watchface_00h~basalt.png, fall_watchface_00h~chalk.png, fall_watchface_00h~diorite.png, fall_watchface_00h~flint.png, who share the same content)

Sorry for the broken english, and thanks for your help :slight_smile:

pushed a fix (had protection against zip bombing). can you try again? If it’s still not working, add link to the (public) repo you’re trying to load.

Hi, thx a lot for the fix :star_struck:, it seems to work well.

And I find a way to reduce the number of files needed in my project, which will help too :slight_smile:

Thank you very much again