Skip to content

Commit b34600d

Browse files
committed
Update automate.py
1 parent 732fbc9 commit b34600d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/automate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,8 @@ def copy_app(app):
786786
shutil.copy(app, bindir)
787787

788788
if not MAC:
789-
# Currently do not copy apps on Mac
789+
# Currently do not copy apps on Mac, as they take lots of
790+
# additional space (cefsimple is 157 MB).
790791
copy_app(cefclient)
791792
copy_app(cefsimple)
792793
copy_app(ceftests)

0 commit comments

Comments
 (0)