package-mac.sh grants execute permissions to the output executable

This commit is contained in:
Peter Slattery 2024-03-22 16:15:38 -06:00
parent ad189e911a
commit 7f2a414182
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash
pushd $(dirname "${BASH_SOURCE[0]}")/.. > /dev/null > /dev/null
chmod +x bin/build-mac.sh
bin/build-mac.sh "-DPACKAGE_SUPER_X64"
popd > /dev/null