diff --git a/tools/make_distrib.py b/tools/make_distrib.py index 1df48896c..53f3407de 100644 --- a/tools/make_distrib.py +++ b/tools/make_distrib.py @@ -397,6 +397,8 @@ elif platform == 'macosx': 'tests/cefclient/', cefclient_dir, options.quiet) transfer_gypi_files(cef_dir, cef_paths2['cefclient_sources_mac_helper'], \ 'tests/cefclient/', cefclient_dir, options.quiet) + transfer_gypi_files(cef_dir, cef_paths2['cefclient_bundle_resources_mac'], \ + 'tests/cefclient/', cefclient_dir, options.quiet) # transfer cefclient/mac files copy_dir(os.path.join(cef_dir, 'tests/cefclient/mac/'), os.path.join(output_dir, 'cefclient/mac/'), \