Scons copy bdf fonts.

This commit is contained in:
2025-02-04 17:57:10 -06:00
committed by Celtic Minstrel
parent 05e2ce17a7
commit a5d3780c5c

View File

@@ -11,7 +11,7 @@ Import("env platform data_dir install_dir")
env.Install(path.join(data_dir, "cursors"), Glob("cursors/*.gif"))
env.Install(path.join(data_dir, "dialogs"), Glob("dialogs/*.xml"))
env.Install(path.join(data_dir, "fonts"), Glob("fonts/*.ttf"))
env.Install(path.join(data_dir, "fonts"), Glob("fonts/*.ttf") + Glob("fonts/*.bdf"))
env.Install(path.join(data_dir, "graphics"), Glob("graphics/*.png"))
env.Install(path.join(data_dir, "sounds"), Glob("sounds/*.wav"))
env.Install(path.join(data_dir, "strings"), Glob("strings/*.txt"))