diff --git a/script/build-macos.sh b/script/build-macos.sh index 308c2af..343267d 100755 --- a/script/build-macos.sh +++ b/script/build-macos.sh @@ -119,6 +119,7 @@ if [[ "$GCM_VERSION" && "$GCM_URL" ]]; then echo "aborting..." exit 1 fi + chmod +x "$SUBFOLDER/git-credential-manager" else echo "GCM: expected checksum $GCM_CHECKSUM but got $COMPUTED_SHA256" echo "aborting..."