summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorEli Linden <eli@lindenlab.com>2010-06-03 14:33:36 -0700
committerEli Linden <eli@lindenlab.com>2010-06-03 14:33:36 -0700
commitfbee0d8ef1cfd97c2ef52398d19d038c145bae67 (patch)
tree9eecdbde01e4cc531169568c70b3859a3c7d5159 /indra/newview/viewer_manifest.py
parent2d93672587e6f5ca46e06d768a1f6f9df4ebac37 (diff)
parente2b8c1c699f75e234776beda939205a247fb1bc3 (diff)
Merge
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")