Package textures/ subdirectories too.

This commit is contained in:
Lirusaito
2016-07-06 16:41:21 -04:00
parent 9fe563c9f3
commit a6e905020d

View File

@@ -63,6 +63,10 @@ class ViewerManifest(LLManifest):
self.path(skin_dir + "/*")
# include the entire textures directory recursively
if self.prefix(src=skin_dir+"/textures"):
self.path("*/*.tga")
self.path("*/*.j2c")
self.path("*/*.jpg")
self.path("*/*.png")
self.path("*.tga")
self.path("*.j2c")
self.path("*.jpg")