Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: Set file permissions when building .zip archive
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 zeux#217.
- Loading branch information