Fix notarization and msopenh264 C++11

This commit is contained in:
Julien Wadel 2021-09-20 10:43:53 +02:00
parent 4631913eb4
commit 3a7f494473
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9afa8466a8b718831637d0b543814e25c90e9a5e
Subproject commit 4fc3a75e0ec829ebc5e042f1f606c59bb8cab35b

View file

@ -23,7 +23,7 @@ do
xcrun_result=$?
if [ "${xcrun_result}" != "0" ]
then
if [ "$trycount" -lt "4" ]
if [ "${trycount}" -lt "4" ]
then
tryCount=$((tryCount+1))
sleep 60