[gimp-macos-build] temporary disable notarization



commit 309e3a4783486939f90b16f55f590bf9c713ac14
Author: Oleksii Samorukov <oleksii_samorukov mckinsey com>
Date:   Fri Nov 1 21:24:03 2019 +0100

    temporary disable notarization

 package/build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/package/build.sh b/package/build.sh
index b900f5b..572b3fa 100755
--- a/package/build.sh
+++ b/package/build.sh
@@ -155,8 +155,8 @@ then
   /usr/bin/codesign  -s "${codesign_subject}" "/tmp/artifacts/${DMGNAME}"
 fi
 
-echo "Notarizing app"
-xcrun altool --notarize-app --file "/tmp/artifacts/${DMGNAME}" \
-  -u "${notarization_login}" --primary-bundle-id -p "${notarization_password}"
+#echo "Notarizing app"
+#xcrun e --notarize-app --file "/tmp/artifacts/${DMGNAME}" \
+#  -u "${notarization_login}" --primary-bundle-id -p "${notarization_password}"
 
 echo "Done"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]