mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-02 18:36:24 +00:00
Fix notarization
This commit is contained in:
parent
92df0010d5
commit
86eb4135d4
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