зеркало из https://github.com/nextcloud/desktop.git
sign_dmg.sh: increase wait time for dmg mount
This commit is contained in:
Родитель
7cd0179adc
Коммит
1e1751e451
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче