Skip to content

Commit 1de2992

Browse files
committed
Merge pull request #4104
68aa01e Fixes error (Ian Carroll)
2 parents efec4ec + 68aa01e commit 1de2992

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/macdeploy/macdeployqtplus

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
#
1919

20-
import subprocess, sys, re, os, shutil, stat, os.path
20+
import subprocess, sys, re, os, shutil, stat, os.path, time
2121
from string import Template
2222
from argparse import ArgumentParser
2323

@@ -804,6 +804,7 @@ if config.dmg is not None:
804804

805805
if verbose >= 2:
806806
print "+ Finalizing .dmg disk image +"
807+
time.sleep(5)
807808

808809
try:
809810
runHDIUtil("convert", dmg_name + ".temp", format="UDBZ", o=dmg_name + ".dmg", ov=True)

0 commit comments

Comments
 (0)