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

master
Mnikolenko Productengine 2022-07-12 17:18:12 +03:00
parent a330095650
commit bfdf7dbec9
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ class ViewerManifest(LLManifest):
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")