diff --git a/tools/make_distrib.py b/tools/make_distrib.py index c4228d489..236038cc5 100644 --- a/tools/make_distrib.py +++ b/tools/make_distrib.py @@ -508,6 +508,8 @@ if platform == 'windows': copy_file(os.path.join(build_dir, 'cef_200_percent.pak'), dst_dir, options.quiet) copy_file(os.path.join(build_dir, 'devtools_resources.pak'), dst_dir, options.quiet) copy_file(os.path.join(build_dir, 'icudtl.dat'), dst_dir, options.quiet) + copy_file(os.path.join(build_dir, 'natives_blob.bin'), dst_dir, options.quiet) + copy_file(os.path.join(build_dir, 'snapshot_blob.bin'), dst_dir, options.quiet) copy_dir(os.path.join(build_dir, 'locales'), os.path.join(dst_dir, 'locales'), options.quiet) if mode == 'standard':