[generator][python] Fixed ttf copy.

This commit is contained in:
Maksim Andrianov 2019-06-28 16:12:10 +03:00 committed by gmoryes
parent b268734f93
commit 7ffc862d43

View file

@ -240,7 +240,7 @@ def stage_external_resources(env):
for file in os.listdir(env.user_resource_path)
if file.endswith(".ttf") and file not in black_list]
for ttf_file in resources:
shutil.copy2(ttf_file, env.intermediate_path)
shutil.copy2(ttf_file, env.mwm_path)
shutil.copy2(
os.path.join(env.user_resource_path, "WorldCoasts_obsolete.mwm"),