mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
Fix notarization
This commit is contained in:
parent
093996d784
commit
f4c95cae50
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue