Utilities/Release: Fix macOS Qt 5.9 build script umask

Produce a tarball with world-readable permissions.
This commit is contained in:
Brad King
2021-01-07 16:04:31 -05:00
parent 2c5f30b472
commit 97e238f61b

View File

@@ -13,6 +13,8 @@
set -e
set -x
umask 022
# Verify that 'makeuniversal' is available in the PATH.
type -p makeuniversal >/dev/null