Fix notarization

This commit is contained in:
Julien Wadel 2021-10-20 16:55:42 +02:00
parent 093996d784
commit f4c95cae50

View file

@ -24,9 +24,9 @@ do
xcrun_result=$?
if [ "${xcrun_result}" != "0" ]
then
if [ "$trycount" -lt "$maxCount" ]
if [ "$tryCount" -lt "$maxCount" ]
then
tryCount=$((tryCount+1))
tryCount=$((tryCount + 1))
sleep 60
continue
else