Skip to content

Commit 68aa01e

Browse files
committed
Fixes error
1 parent c63b2e2 commit 68aa01e

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 time import sleep
2323
from argparse import ArgumentParser
@@ -814,6 +814,7 @@ if config.dmg is not None:
814814

815815
if verbose >= 2:
816816
print "+ Finalizing .dmg disk image +"
817+
time.sleep(5)
817818

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

0 commit comments

Comments
 (0)