aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 84ecc74..e3f1854 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -75,8 +75,12 @@ class ViewerManifest(LLManifest):
75 75
76 # Include our fonts 76 # Include our fonts
77 if self.prefix(src="fonts"): 77 if self.prefix(src="fonts"):
78 self.path("*.ttf") 78 self.path("LiberationSans-Bold.ttf")
79 self.path("*.txt") 79 self.path("LiberationSans-Regular.ttf")
80 self.path("VeraMono.ttf")
81 self.path("GPL.txt")
82 self.path("Liberation-License.txt")
83 self.path("Vera-License.txt")
80 self.end_prefix("fonts") 84 self.end_prefix("fonts")
81 85
82 # skins 86 # skins