RetroAchievements / rcheevos

Library to parse and evaluate achievements and leaderboards for RetroAchievements
MIT License
86 stars 33 forks source link

Ignore directory records when hashing ZIP #322

Closed schellingb closed 5 months ago

schellingb commented 6 months ago

Because ZIP tools are free to leave out records of non-empty directories we need to ignore them because otherwise ZIP files with equal content might hash different depending on the used ZIP tool.

Improvement for #304