Skip to content
Snippets Groups Projects
Commit bfdf7dbe authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-17754 FIXED "first_login_image.jpg" file is not loaded

parent a3300956
No related branches found
No related tags found
1 merge request!83Merge Linden 6.6.7
......@@ -149,6 +149,7 @@ def construct(self):
with self.prefix(src_dst="skins"):
# include the entire textures directory recursively
with self.prefix(src_dst="*/textures"):
self.path("*/*.jpg")
self.path("*/*.png")
self.path("*.tga")
self.path("*.j2c")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment