fix PYTHON_MAJOR_VERSION calls

This commit is contained in:
Erik Gomez
2024-02-02 10:39:54 -06:00
parent f23b147e49
commit 9b80e1dc69
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ SIGNED_JSONFILE
echo "Could not sign package: ${PKG_RESULT}" 1>&2
exit 1
else
if [ -n "$5" ]; then
if [ -n "$6" ]; then
# Notarize and staple the package
$XCODE_NOTARY_PATH store-credentials --apple-id "opensource@macadmins.io" --team-id "T4SK8ZXCXG" --password "$NOTARY_APP_PASSWORD" macadminpython
# If these fail, it will bail on the entire process