mirror of
https://github.com/zeux/pugixml.git
synced 2025-01-14 18:07:59 +08:00
699143c5d4
It looks like zipfile module by default uses the permission mask 0, which after unpacking on Unix-based systems leads to the files being inaccessible. We now explicitly set file mask to rw-r--r-- to match .tar.gz defaults. Fixes #217.