sign_dmg.sh: increase wait time for dmg mount

This commit is contained in:
Daniel Molkentin 2013-01-28 21:04:43 +01:00
Родитель 7cd0179adc
Коммит 1e1751e451
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,7 @@ mount="/Volumes/$(basename $src_dmg|cut -d"-" -f1)"
test -e $tmp_dmg && rm -rf $tmp_dmg
hdiutil convert $src_dmg -format UDRW -o $tmp_dmg
open $tmp_dmg
sleep 2s
sleep 12s
pushd $mount
codesign -s "$identity" $mount/*.app
popd