diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-03 11:12:42 -0400 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-06-03 11:12:42 -0400 | 
| commit | 5930e6af484f5a8de983214331732e6e54d6b650 (patch) | |
| tree | bdc4a7adabb898e1fe8b44c7d6efe1553f91a834 /indra/newview | |
| parent | 5a8063a0b8c4f4a695fd13eadf0b0ca9605f40dc (diff) | |
AVP-77 WIP added new WI local_assets to installer
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/viewer_manifest.py | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 2a966f4adf..c887097575 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -105,6 +105,12 @@ class ViewerManifest(LLManifest):                              self.end_prefix("*/html")                      self.end_prefix("skins") +            # local_assets dir (for pre-cached textures) +            if self.prefix(src="local_assets"): +                self.path("*.j2c") +                self.path("*.tga") +                self.end_prefix("local_assets") +              # Files in the newview/ directory              self.path("gpu_table.txt") | 
