summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-06-03 11:12:42 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-06-03 11:12:42 -0400
commit5930e6af484f5a8de983214331732e6e54d6b650 (patch)
treebdc4a7adabb898e1fe8b44c7d6efe1553f91a834 /indra/newview/viewer_manifest.py
parent5a8063a0b8c4f4a695fd13eadf0b0ca9605f40dc (diff)
AVP-77 WIP added new WI local_assets to installer
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py6
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")