mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 12:41:06 +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.